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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Fri, 22 Mar 2002 18:05:26 -0500

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.94 
emacs/lisp/emacs-lisp/bytecomp.el:2.95
*** emacs/lisp/emacs-lisp/bytecomp.el:2.94      Thu Jan 31 23:14:14 2002
--- emacs/lisp/emacs-lisp/bytecomp.el   Fri Mar 22 18:05:26 2002
***************
*** 10,16 ****
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.94 $")
  
  ;; 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.95 $")
  
  ;; This file is part of GNU Emacs.
  
***************
*** 3554,3559 ****
--- 3554,3560 ----
      ))
  
  
+ ;;;###autoload
  (defun batch-byte-compile-if-not-done ()
    "Like `byte-compile-file' but doesn't recompile if already up to date.
  Use this from the command line, with `-batch';



reply via email to

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