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
a54fdddb
Commit
a54fdddb
authored
Nov 20, 2008
by
Glenn Morris
Browse files
Comment.
parent
d8aef2e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+2
-0
No files found.
lisp/emacs-lisp/cl-macs.el
View file @
a54fdddb
...
...
@@ -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)))
...
...
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