[PATCH 0/5] Use closures and other emacs cleanup

Subject: [PATCH 0/5] Use closures and other emacs cleanup

Date: Mon, 19 Jul 2021 13:31:04 +0200

To: notmuch@notmuchmail.org

Cc:

From: Jonas Bernoulli


Some assorted emacs cleanup and fixes.  The big one is the switch to
using closures instead of backquoted lambdas.  The other commits for
the most part just deal with things the compiler complained about.

Jonas Bernoulli (5):
  emacs: use closures instead of backquoted lambdas
  emacs: add some function declarations
  emacs: fix some option type declarations
  emacs: notmuch-show-pipe-message: cosmetics
  emacs: shorten lines in two doc-strings

 emacs/notmuch-draft.el |  2 +-
 emacs/notmuch-hello.el | 24 ++++++++-------
 emacs/notmuch-jump.el  | 30 +++++++++++--------
 emacs/notmuch-show.el  | 26 ++++++++---------
 emacs/notmuch-tag.el   |  2 +-
 emacs/notmuch-tree.el  | 66 +++++++++++++++++++++++++-----------------
 emacs/notmuch.el       | 13 +++++----
 7 files changed, 93 insertions(+), 70 deletions(-)

-- 
2.31.1
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: