From: Richard M. Stallman Date: Fri, 18 Nov 1994 17:42:26 +0000 (+0000) Subject: Initial revision X-Git-Tag: emacs-19.34~5840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e85c9f90e8f028192ee8650d200008691b484797;p=emacs.git Initial revision --- diff --git a/lisp/patcomp.el b/lisp/patcomp.el new file mode 100644 index 00000000000..bb91c047696 --- /dev/null +++ b/lisp/patcomp.el @@ -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")))