]> git.eshelyaron.com Git - emacs.git/commitdiff
Initial revision
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 1994 17:42:26 +0000 (17:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 1994 17:42:26 +0000 (17:42 +0000)
lisp/patcomp.el [new file with mode: 0644]

diff --git a/lisp/patcomp.el b/lisp/patcomp.el
new file mode 100644 (file)
index 0000000..bb91c04
--- /dev/null
@@ -0,0 +1,7 @@
+;;; This function is used by the patch files to update Emacs releases.
+
+(defun batch-byte-recompile-emacs ()
+  "Recompile the Emacs `lisp' directory.
+This is used after installing the patches for a new version."
+  (let ((load-path (list (expand-file-name "lisp"))))
+    (byte-recompile-directory "lisp")))