]> code.delx.au - gnu-emacs/blobdiff - lisp/patcomp.el
(info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
[gnu-emacs] / lisp / patcomp.el
index 1470e82f367e2ade33862f030c5b3bcae5ffc6e3..c1965a763ca037f7298b0ac6a4be11e187ddbb2e 100644 (file)
@@ -1,4 +1,10 @@
-;;; patcomp.el --- used by patch files to update Emacs releases
+;;; patcomp.el --- used by patch files to update Emacs releases -*- no-byte-compile: t -*-
+
+;; 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