# HG changeset patch # User Richard M. Stallman # Date 1195562306 0 # Node ID 7acb0cfbf6a40fc7963ffbb2bcfe5be64c9a3a0a # Parent 92ec4fa5200dd4dda377f4f9a45136613715de5b Comment change. diff -r 92ec4fa5200d -r 7acb0cfbf6a4 lisp/emacs-lisp/byte-opt.el --- 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)))