diff lisp/progmodes/compile.el @ 795:c693d56ef36d

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 18:28:42 +0000
parents cd00bdacc17b
children 33aaf4b71a1d
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Jul 16 17:20:42 1992 +0000
+++ b/lisp/progmodes/compile.el	Thu Jul 16 18:28:42 1992 +0000
@@ -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').")