From a81edd91e0da0ac9f1e46be1e9dbe0b068146c9c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 24 Apr 2003 01:52:37 +0000 Subject: [PATCH] Comment change. --- lisp/emacs-lisp/bytecomp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 22c798b4ee9..ade83aa0f41 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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)) -- 2.39.2