comparison lisp/patcomp.el @ 22388:2d0bece94ee7

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jun 1998 23:07:55 +0000
parents a06008c964f8
children 67b464da13ec
comparison
equal deleted inserted replaced
22387:a06008c964f8 22388:2d0bece94ee7
1 ;;; patcomp.el --- Used by patch files to update Emacs releases. 1 ;;; patcomp.el --- used by patch files to update Emacs releases
2 2
3 (defun batch-byte-recompile-emacs () 3 (defun batch-byte-recompile-emacs ()
4 "Recompile the Emacs `lisp' directory. 4 "Recompile the Emacs `lisp' directory.
5 This is used after installing the patches for a new version." 5 This is used after installing the patches for a new version."
6 (let ((load-path (list (expand-file-name "lisp")))) 6 (let ((load-path (list (expand-file-name "lisp"))))