From: Dave Love Date: Sat, 29 Jun 2002 11:10:01 +0000 (+0000) Subject: (batch-byte-compile-if-not-done): Add X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a09a3204f861a877a0884795e3d935c72aa6a44;p=emacs.git (batch-byte-compile-if-not-done): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b15fccb17c..42a02f298a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-06-29 Dave Love + * 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 diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index d884d2e62de..0150b48ae53 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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';