Mercurial > emacs
changeset 10015:f6c7d1ab2d6a
Initial revision
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 18 Nov 1994 17:42:26 +0000 |
parents | d149c4dc84f3 |
children | de27224b0b43 |
files | lisp/patcomp.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/patcomp.el Fri Nov 18 17:42:26 1994 +0000 @@ -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")))