Merge changes from emacs-23 branch.
This commit is contained in:
commit
220d91b834
50 changed files with 310 additions and 246 deletions
|
@ -384,7 +384,7 @@
|
|||
(eq 'lambda (car-safe fn)))
|
||||
(let ((newform (byte-compile-unfold-lambda form)))
|
||||
(if (eq newform form)
|
||||
;; Some error occured, avoid infinite recursion
|
||||
;; Some error occurred, avoid infinite recursion
|
||||
form
|
||||
(byte-optimize-form-code-walker newform for-effect))))
|
||||
((memq fn '(let let*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue