From: Glenn Morris Date: Tue, 21 Jul 2009 05:03:43 +0000 (+0000) Subject: (ispell-looking-back): Update declaration. X-Git-Tag: emacs-pretest-23.1.90~2085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=531b12643d829e54cb36e56f0a35a9f9599471c4;p=emacs.git (ispell-looking-back): Update declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0df8f6ae0a..581c20fcf65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-07-21 Glenn Morris + * textmodes/ispell.el (ispell-looking-back): Update declaration. + * calendar/todo-mode.el (calendar-current-date): Update declaration. * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 86e663fed68..fa35493b7ab 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -202,7 +202,8 @@ (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (declare-function ispell-check-minver "ispell" (v1 v2)) -(declare-function ispell-looking-back "ispell" (regexp &optional limit)) +(declare-function ispell-looking-back "ispell" + (regexp &optional limit &rest ignored)) (if (fboundp 'version<=) (defalias 'ispell-check-minver 'version<=)