]> git.notmuchmail.org Git - notmuch/commit
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)
commit8bee3c417c44afdf04fda7a3495d598a99f6d9bc
tree8a4beedb4b04eb04f7fe9ae75671040da7eb2af7
parent3c5ada48be43c2b5e9346764817c4757bb8ffad0
emacs: fixed (declare-function ...) definitions

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")'
emacs/notmuch-hello.el
emacs/notmuch-show.el
emacs/notmuch-wash.el