(ispell-looking-back): Update declaration.

This commit is contained in:
Glenn Morris 2009-07-21 05:03:43 +00:00
parent 55d27f4157
commit 531b12643d
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
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

View file

@ -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<=)