projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6e372
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Nov 2007 12:38:26 +0000
(12:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Nov 2007 12:38:26 +0000
(12:38 +0000)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index 6f653c8fc6ec5ebab8205679ca9afec449cefdf3..ebe490fb2293d67afaccbe6d9a777760f26f6b5b 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-276,6
+276,8
@@
;; Isn't it an error for `string' not to be unibyte?? --stef
(if (fboundp 'string-as-unibyte)
(setq string (string-as-unibyte string)))
+ ;; `byte-compile-splice-in-already-compiled-code'
+ ;; takes care of inlining the body.
(cons `(lambda ,(aref fn 0)
(byte-code ,string ,(aref fn 2) ,(aref fn 3)))
(cdr form)))