comparison lisp/patcomp.el @ 10015:f6c7d1ab2d6a

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Nov 1994 17:42:26 +0000
parents
children de27224b0b43
comparison
equal deleted inserted replaced
10014:d149c4dc84f3 10015:f6c7d1ab2d6a
1 ;;; This function is used by the patch files to update Emacs releases.
2
3 (defun batch-byte-recompile-emacs ()
4 "Recompile the Emacs `lisp' directory.
5 This is used after installing the patches for a new version."
6 (let ((load-path (list (expand-file-name "lisp"))))
7 (byte-recompile-directory "lisp")))