changeset 44103:f93538d76117

(batch-byte-compile-if-not-done): Add autoload cookie.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 22 Mar 2002 23:05:26 +0000
parents 52468099fbec
children 985526b08270
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Fri Mar 22 22:59:56 2002 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Fri Mar 22 23:05:26 2002 +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.93 $")
+(defconst byte-compile-version "$Revision: 2.94 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -3554,6 +3554,7 @@
     ))
 
 
+;;;###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';