# HG changeset patch # User Glenn Morris # Date 1248152623 0 # Node ID 21a6ee4b9d7f268fda4b7384b686da0ddd16f920 # Parent 27e12d5d8f28e55b693d758a5c1d1c74dcf89178 (ispell-looking-back): Update declaration. diff -r 27e12d5d8f28 -r 21a6ee4b9d7f lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 21 05:02:36 2009 +0000 +++ b/lisp/ChangeLog Tue Jul 21 05:03:43 2009 +0000 @@ -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 -r 27e12d5d8f28 -r 21a6ee4b9d7f lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Tue Jul 21 05:02:36 2009 +0000 +++ b/lisp/textmodes/ispell.el Tue Jul 21 05:03:43 2009 +0000 @@ -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<=)