changeset 88814:ee905d480b0a

(batch-byte-compile-if-not-done): Add autoload cookie.
author Dave Love <fx@gnu.org>
date Sat, 29 Jun 2002 11:09:35 +0000
parents 48d05e216554
children 557d65677c96
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	Sat Jun 29 11:07:55 2002 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Sat Jun 29 11:09:35 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$")
+(defconst byte-compile-version "$Revision: 2.94.2.2 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -3557,6 +3557,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';