mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 13:10:37 -08:00
upstream
This commit is contained in:
commit
be25526e53
22 changed files with 214 additions and 550 deletions
|
|
@ -149,7 +149,7 @@ Assumes the caller has bound `macroexpand-all-environment'."
|
|||
(symbolp (car form))
|
||||
(get (car form) 'byte-obsolete-info))
|
||||
(macroexp--funcall-and-return
|
||||
(lambda () (byte-compile-warn-obsolete ',(car form)))
|
||||
(lambda () (byte-compile-warn-obsolete (car form)))
|
||||
#'ignore ;FIXME: We should `message' something.
|
||||
new-form)
|
||||
new-form)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue