(batch-byte-compile-if-not-done): Add

autoload cookie.
This commit is contained in:
Dave Love 2002-06-29 11:10:01 +00:00
parent e5342765fb
commit 0a09a3204f
2 changed files with 5 additions and 1 deletions

View 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."
))
;;;###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';