From 0a09a3204f861a877a0884795e3d935c72aa6a44 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 29 Jun 2002 11:10:01 +0000 Subject: [PATCH] (batch-byte-compile-if-not-done): Add autoload cookie. --- lisp/ChangeLog | 3 +++ lisp/emacs-lisp/bytecomp.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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'; -- 2.39.5