mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00:00
(batch-byte-compile-if-not-done): Add
autoload cookie.
This commit is contained in:
parent
e5342765fb
commit
0a09a3204f
2 changed files with 5 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue