]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: fixed (declare-function ...) definitions
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 10 Apr 2013 21:42:55 +0000 (00:42 +0300)
committerDavid Bremner <bremner@debian.org>
Tue, 30 Apr 2013 09:13:18 +0000 (06:13 -0300)
Some (declare-function ...) definitions were drifted away from the
actual (defun ...)'s. To find the drifts and to verify changes
the following command line was used:

$ emacs --batch -L emacs --eval '(check-declare-directory "emacs")'


No differences found