emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Wed, 23 Apr 2003 21:52:27 -0400

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.128 
emacs/lisp/emacs-lisp/bytecomp.el:2.129
*** emacs/lisp/emacs-lisp/bytecomp.el:2.128     Wed Apr 23 21:51:54 2003
--- emacs/lisp/emacs-lisp/bytecomp.el   Wed Apr 23 21:52:27 2003
***************
*** 10,16 ****
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.128 $")
  
  ;; This file is part of GNU Emacs.
  
--- 10,16 ----
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.129 $")
  
  ;; This file is part of GNU Emacs.
  
***************
*** 3546,3551 ****
--- 3546,3553 ----
               (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]