1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(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

@ -1,5 +1,8 @@
2002-06-29 Dave Love <fx@gnu.org> 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. * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
2002-06-28 Dave Love <fx@gnu.org> 2002-06-28 Dave Love <fx@gnu.org>

View file

@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the ;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler. ;;; Zawinski-Furuseth compiler.
(defconst byte-compile-version "$Revision$") (defconst byte-compile-version "$Revision: 2.94.2.2 $")
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.
@ -3557,6 +3557,7 @@ invoked interactively."
)) ))
;;;###autoload
(defun batch-byte-compile-if-not-done () (defun batch-byte-compile-if-not-done ()
"Like `byte-compile-file' but doesn't recompile if already up to date. "Like `byte-compile-file' but doesn't recompile if already up to date.
Use this from the command line, with `-batch'; Use this from the command line, with `-batch';