1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00
This commit is contained in:
Glenn Morris 2008-11-20 02:58:34 +00:00
parent d8aef2e6b5
commit a54fdddbe5

View File

@ -1333,6 +1333,8 @@ go back to their previous definitions, or lack thereof).
(and (get (car x) 'byte-compile)
(error "Byte-compiling a redefinition of `%s' \
will not work - use `labels' instead" (symbol-name (car x))))
;; FIXME This affects the rest of the file, when it
;; should be restricted to the flet body.
(and (boundp 'byte-compile-function-environment)
(push (cons (car x) (eval func))
byte-compile-function-environment)))