mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 23:40:24 -08:00
* lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.
This commit is contained in:
parent
e60b51abaa
commit
277f0cfa8b
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2012-09-28 Glenn Morris <rgm@gnu.org>
|
2012-09-28 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* emacs-lisp/cl.el (flet): Fix case of obsolescence message.
|
||||||
|
|
||||||
* emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
|
* emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
|
||||||
Only "cl.el" counts as cl these days.
|
Only "cl.el" counts as cl these days.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -452,7 +452,7 @@ definitions, or lack thereof).
|
||||||
|
|
||||||
\(fn ((FUNC ARGLIST BODY...) ...) FORM...)"
|
\(fn ((FUNC ARGLIST BODY...) ...) FORM...)"
|
||||||
(declare (indent 1) (debug cl-flet)
|
(declare (indent 1) (debug cl-flet)
|
||||||
(obsolete "Use either `cl-flet' or `cl-letf'." "24.3"))
|
(obsolete "use either `cl-flet' or `cl-letf'." "24.3"))
|
||||||
`(letf ,(mapcar
|
`(letf ,(mapcar
|
||||||
(lambda (x)
|
(lambda (x)
|
||||||
(if (or (and (fboundp (car x))
|
(if (or (and (fboundp (car x))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue