# HG changeset patch # User Richard M. Stallman # Date 1051149147 0 # Node ID bf8d1b20e95e6c9b3bea0fcdd92a4fcbdbb919d6 # Parent ae1e2c38d746cca025a84791b87ad9735d343dad Comment change. diff -r ae1e2c38d746 -r bf8d1b20e95e lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Apr 24 01:51:54 2003 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Apr 24 01:52:27 2003 +0000 @@ -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.128 $") ;; This file is part of GNU Emacs. @@ -3546,6 +3546,8 @@ (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))