emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el, v [EMACS_22_


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el, v [EMACS_22_BASE]
Date: Tue, 20 Nov 2007 12:38:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/11/20 12:38:26

Index: byte-opt.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/byte-opt.el,v
retrieving revision 1.94.2.3
retrieving revision 1.94.2.4
diff -u -b -r1.94.2.3 -r1.94.2.4
--- byte-opt.el 23 Aug 2007 15:11:31 -0000      1.94.2.3
+++ byte-opt.el 20 Nov 2007 12:38:26 -0000      1.94.2.4
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]