From: Richard M. Stallman Date: Tue, 20 Nov 2007 12:38:26 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.1.90~340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1dfec553a2be7e1bd027a9f7abdf328bcc379cb;p=emacs.git Comment change. --- diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 6f653c8fc6e..ebe490fb229 100644 --- 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)))