]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Nov 2007 12:38:26 +0000 (12:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Nov 2007 12:38:26 +0000 (12:38 +0000)
lisp/emacs-lisp/byte-opt.el

index 6f653c8fc6ec5ebab8205679ca9afec449cefdf3..ebe490fb2293d67afaccbe6d9a777760f26f6b5b 100644 (file)
              ;; 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)))