mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 07:20:28 -08:00
(byte-compile-defalias): Fix typo in prev change.
This commit is contained in:
parent
73e84c9622
commit
b3848c2851
1 changed files with 1 additions and 1 deletions
|
|
@ -2850,7 +2850,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
|
|||
(cons (cons (nth 1 (nth 1 form))
|
||||
(nth 1 (nth 2 form)))
|
||||
byte-compile-function-environment))))
|
||||
(byte-compile-normal-call form)))
|
||||
(byte-compile-normal-call form))
|
||||
|
||||
;; Turn off warnings about prior calls to the function being defalias'd.
|
||||
;; This could be smarter and compare those calls with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue