mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 18:21:19 -08:00
(ispell-looking-back): Update declaration.
This commit is contained in:
parent
55d27f4157
commit
531b12643d
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2009-07-21 Glenn Morris <rgm@gnu.org>
|
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.
|
* calendar/todo-mode.el (calendar-current-date): Update declaration.
|
||||||
|
|
||||||
* ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
|
* ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
|
||||||
|
|
|
||||||
|
|
@ -202,7 +202,8 @@
|
||||||
(unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
|
(unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
|
||||||
|
|
||||||
(declare-function ispell-check-minver "ispell" (v1 v2))
|
(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<=)
|
(if (fboundp 'version<=)
|
||||||
(defalias 'ispell-check-minver 'version<=)
|
(defalias 'ispell-check-minver 'version<=)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue