]> git.eshelyaron.com Git - emacs.git/commitdiff
(batch-byte-compile-emacs): New function.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 1994 17:50:37 +0000 (17:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 1994 17:50:37 +0000 (17:50 +0000)
lisp/patcomp.el

index bb91c0476964ee1b43db699bb8ea0ae6396765cc..e7c8652a5cc1200f43f60e7b1276633116af0c2b 100644 (file)
@@ -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)))