From 531b12643d829e54cb36e56f0a35a9f9599471c4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 21 Jul 2009 05:03:43 +0000 Subject: [PATCH] (ispell-looking-back): Update declaration. --- lisp/ChangeLog | 2 ++ lisp/textmodes/ispell.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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<=) -- 2.39.2