*** empty log message ***
[bpt/emacs.git] / lisp / patcomp.el
index e7c8652..ccc2530 100644 (file)
@@ -1,4 +1,10 @@
-;;; This function is used by the patch files to update Emacs releases.
+;;; patcomp.el --- used by patch files to update Emacs releases
+
+;; This file is part of GNU Emacs.
+
+;;; Commentary:
+
+;;; Code:
 
 (defun batch-byte-recompile-emacs ()
   "Recompile the Emacs `lisp' directory.
@@ -12,3 +18,5 @@ This is used after installing the patches for a new version.
 It uses the command line arguments to specify the files to compile."
   (let ((load-path (list (expand-file-name "lisp"))))
     (batch-byte-compile)))
+
+;;; patcomp.el ends here