]> git.notmuchmail.org Git - notmuch/commit
emacs: fix declare-function definitions with related line breaks
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 16 Jan 2021 17:17:09 +0000 (19:17 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 5 Jun 2021 11:24:51 +0000 (08:24 -0300)
commit03366a3c5aa313de41bddd61dedc5b5c002e0469
tree6aaeee898eb42b4d68c5e093f62c9dacfec00aa4
parentd7ddfa0d0ec62c10ecd60779ca1edd9b6973593b
emacs: fix declare-function definitions with related line breaks

- declare-function notmuch-unthreaded lacked file name
- declare-function notmuch-search had differently named last arg
  - note: check-declare-directory did not complain about that
- declare-function notmuch-search-show-thread without nil
- some functions declared to be in different file than those
  existed ("notmuch" -> "notmuch-lib")

- some related function/declare lines were (/are now) wider than
  80-columns; added line breaks (and proper indentation) there
emacs/notmuch-hello.el
emacs/notmuch-show.el
emacs/notmuch-tree.el
emacs/notmuch.el