diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-06-07 23:07:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-06-07 23:07:55 +0000 |
commit | 5abdc91582d5a2965ea1de4988f32cbedd5f2edb (patch) | |
tree | 08cdafe777262ad7758931f538711264f0387213 /lisp/patcomp.el | |
parent | 527fcc2fa0905409ff355034731f90edce6655b2 (diff) | |
download | emacs-5abdc91582d5a2965ea1de4988f32cbedd5f2edb.tar.gz |
Comment change.
Diffstat (limited to 'lisp/patcomp.el')
-rw-r--r-- | lisp/patcomp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/patcomp.el b/lisp/patcomp.el index 201c23c911e..1470e82f367 100644 --- a/lisp/patcomp.el +++ b/lisp/patcomp.el @@ -1,5 +1,4 @@ - -;;; This function is used by the patch files to update Emacs releases. +;;; patcomp.el --- used by patch files to update Emacs releases (defun batch-byte-recompile-emacs () "Recompile the Emacs `lisp' directory. |