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>
;;; 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.
))
\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';