summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 18:28:42 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 18:28:42 +0000
commitd1c7011d35a2a93a06f18c4b10e85982cff9392e (patch)
tree1cafb1d5eeaabfd27ba83652b0cf481424071cc5 /lisp/progmodes/compile.el
parent2f14b48d341021458b98dbb367e086e5996e85d8 (diff)
downloademacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.gz
emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.bz2
emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.zip
*** empty log message ***
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').")