summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 9eff8e9e282..a1596617eea 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1,5 +1,8 @@
;;; compile.el --- run compiler as inferior of Emacs, parse error messages.
+;; Maintainer: FSF
+;; Last-Modified: 05 Jul 1992
+
;;;!!! dup removal is broken.
;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
@@ -21,6 +24,8 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
+;;; Code:
+
;;;###autoload
(defvar compilation-mode-hook nil
"*List of hook functions run by compilation-mode (see `run-hooks').")