Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
531b1264
Commit
531b1264
authored
Jul 21, 2009
by
Glenn Morris
Browse files
(ispell-looking-back): Update declaration.
parent
55d27f41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+2
-1
No files found.
lisp/ChangeLog
View file @
531b1264
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
...
...
lisp/textmodes/ispell.el
View file @
531b1264
...
...
@@ -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<=
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment