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")'
This commit is contained in:
Tomi Ollila 2013-04-11 00:42:55 +03:00 committed by David Bremner
parent 3c5ada48be
commit 8bee3c417c
3 changed files with 2 additions and 3 deletions

View file

@ -26,7 +26,7 @@
(require 'notmuch-lib)
(require 'notmuch-mua)
(declare-function notmuch-search "notmuch" (query &optional oldest-first target-thread target-line continuation))
(declare-function notmuch-search "notmuch" (&optional query oldest-first target-thread target-line continuation))
(declare-function notmuch-poll "notmuch" ())
(defcustom notmuch-hello-recent-searches-max 10

View file

@ -38,7 +38,6 @@
(require 'notmuch-print)
(declare-function notmuch-call-notmuch-process "notmuch" (&rest args))
(declare-function notmuch-fontify-headers "notmuch" nil)
(declare-function notmuch-search-next-thread "notmuch" nil)
(declare-function notmuch-search-show-thread "notmuch" nil)

View file

@ -23,7 +23,7 @@
(require 'coolj)
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth))
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide))
;;