mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
Comment change.
This commit is contained in:
parent
d8c9125887
commit
a81edd91e0
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
;;; This version incorporates changes up to version 2.10 of the
|
;;; This version incorporates changes up to version 2.10 of the
|
||||||
;;; Zawinski-Furuseth compiler.
|
;;; Zawinski-Furuseth compiler.
|
||||||
(defconst byte-compile-version "$Revision: 2.127 $")
|
(defconst byte-compile-version "$Revision: 2.129 $")
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; 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-byte-code-maker
|
||||||
(byte-compile-lambda (cons 'lambda (cdr (cdr form)))))))
|
(byte-compile-lambda (cons 'lambda (cdr (cdr form)))))))
|
||||||
(byte-compile-discard))
|
(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
|
(byte-compile-form
|
||||||
(list 'defalias
|
(list 'defalias
|
||||||
(list 'quote (nth 1 form))
|
(list 'quote (nth 1 form))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue