]> git.notmuchmail.org Git - notmuch/commitdiff
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)
- 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


No differences found