1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(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

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