Mercurial > emacs
changeset 50682:f532d7d4d12b
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Apr 2003 01:52:37 +0000 |
parents | bf8d1b20e95e |
children | 11093cda819e |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Thu Apr 24 01:52:27 2003 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Apr 24 01:52:37 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.128 $") +(defconst byte-compile-version "$Revision: 2.129 $") ;; This file is part of GNU Emacs. @@ -3547,7 +3547,7 @@ (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/ + ;; definition just like interpreting a defun. (byte-compile-form (list 'defalias (list 'quote (nth 1 form))