]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 2003 01:52:37 +0000 (01:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 2003 01:52:37 +0000 (01:52 +0000)
lisp/emacs-lisp/bytecomp.el

index 22c798b4ee97c799a1373994f4d58d106a72af57..ade83aa0f41ad3719d1e453e8305a0f70a77461c 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.127 $")
+(defconst byte-compile-version "$Revision: 2.129 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -3546,6 +3546,8 @@ If FORM is a lambda or a macro, byte-compile it as a function."
               (byte-compile-byte-code-maker
                (byte-compile-lambda (cons 'lambda (cdr (cdr form)))))))
        (byte-compile-discard))
+    ;; We prefer to generate a defalias form so it will record the function
+    ;; definition just like interpreting a defun.
     (byte-compile-form
      (list 'defalias
           (list 'quote (nth 1 form))