2009-07-21 Glenn Morris <rgm@gnu.org>
+ * 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
(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<=)