diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-23 18:27:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-23 18:27:03 +0000 |
commit | 5cc5784116fbc3fb77b05d80c15376c6ac8bfd07 (patch) | |
tree | 096d937e4e87a41182651e50111b3eabc01adfe8 /lisp/progmodes/compile.el | |
parent | c115973b6d642ca84f6c4b539fa4fd934ee4226e (diff) | |
download | emacs-5cc5784116fbc3fb77b05d80c15376c6ac8bfd07.tar.gz |
Fix library headers.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r-- | lisp/progmodes/compile.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index eeee97c7231..bf3d917f821 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -5,7 +5,6 @@ ;; Author: Roland McGrath <roland@prep.ai.mit.edu> ;; Maintainer: FSF ;; Keywords: tools, processes -;; Info-Node: Emacs:Compilation ;; This file is part of GNU Emacs. @@ -23,6 +22,11 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; This package provides the compile and grep facilities documented in +;; the Emacs user's manual. + ;;; Code: ;;;###autoload |