Mercurial > emacs
changeset 79453:7acb0cfbf6a4
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Nov 2007 12:38:26 +0000 |
parents | 92ec4fa5200d |
children | 39cb380f046d |
files | lisp/emacs-lisp/byte-opt.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el Tue Nov 20 04:05:18 2007 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Tue Nov 20 12:38:26 2007 +0000 @@ -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)))