Function: batch-byte-compile-if-not-done
batch-byte-compile-if-not-done is an autoloaded and byte-compiled
function defined in bytecomp.el.gz.
Signature
(batch-byte-compile-if-not-done)
Documentation
Like byte-compile-file but doesn't recompile if already up to date.
Use this from the command line, with -batch;
it won't work in an interactive Emacs.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
;;;###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';
it won't work in an interactive Emacs."
(batch-byte-compile t))