diff options
| -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 @@ | |||
| 5 | ;; Author: Roland McGrath <roland@prep.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@prep.ai.mit.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: tools, processes | 7 | ;; Keywords: tools, processes |
| 8 | ;; Info-Node: Emacs:Compilation | ||
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| @@ -23,6 +22,11 @@ | |||
| 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 24 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 23 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 25 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;; This package provides the compile and grep facilities documented in | ||
| 28 | ;; the Emacs user's manual. | ||
| 29 | |||
| 26 | ;;; Code: | 30 | ;;; Code: |
| 27 | 31 | ||
| 28 | ;;;###autoload | 32 | ;;;###autoload |