From 8bee3c417c44afdf04fda7a3495d598a99f6d9bc Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Thu, 11 Apr 2013 00:42:55 +0300 Subject: 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-wash.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/notmuch-wash.el') diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index 826b6f43..80c475c6 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -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)) ;; -- cgit v1.2.3