]> git.eshelyaron.com Git - emacs.git/commitdiff
(batch-byte-compile-if-not-done): Add
authorDave Love <fx@gnu.org>
Sat, 29 Jun 2002 11:10:01 +0000 (11:10 +0000)
committerDave Love <fx@gnu.org>
Sat, 29 Jun 2002 11:10:01 +0000 (11:10 +0000)
autoload cookie.

lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 0b15fccb17ccc814e774784c98f59d6aa3b6f4ea..42a02f298a5277c67b833b0774f02c79fb0f5ff6 100644 (file)
@@ -1,5 +1,8 @@
 2002-06-29  Dave Love  <fx@gnu.org>
 
+       * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
+       autoload cookie.
+
        * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
 
 2002-06-28  Dave Love  <fx@gnu.org>
index d884d2e62de648444dfec9b6caec18b7c78fe467..0150b48ae532ea6f4884713e14578a383171671a 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision$")
+(defconst byte-compile-version "$Revision: 2.94.2.2 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -3557,6 +3557,7 @@ invoked interactively."
     ))
 
 \f
+;;;###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';