changeset 10016:de27224b0b43

(batch-byte-compile-emacs): New function.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Nov 1994 17:50:37 +0000
parents f6c7d1ab2d6a
children 6e28a6ff9a41
files lisp/patcomp.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/patcomp.el	Fri Nov 18 17:42:26 1994 +0000
+++ b/lisp/patcomp.el	Fri Nov 18 17:50:37 1994 +0000
@@ -5,3 +5,10 @@
 This is used after installing the patches for a new version."
   (let ((load-path (list (expand-file-name "lisp"))))
     (byte-recompile-directory "lisp")))
+
+(defun batch-byte-compile-emacs ()
+  "Compile new files installed in the Emacs `lisp' directory.
+This is used after installing the patches for a new version.
+It uses the command line arguments to specify the files to compile."
+  (let ((load-path (list (expand-file-name "lisp"))))
+    (batch-byte-compile)))