view 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
line wrap: on
line source

;;; 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")))