Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
794:2598c08c91c2 | 795:c693d56ef36d |
---|---|
1 ;;; compile.el --- run compiler as inferior of Emacs, parse error messages. | 1 ;;; compile.el --- run compiler as inferior of Emacs, parse error messages. |
2 | |
3 ;; Maintainer: FSF | |
4 ;; Last-Modified: 05 Jul 1992 | |
2 | 5 |
3 ;;;!!! dup removal is broken. | 6 ;;;!!! dup removal is broken. |
4 | 7 |
5 ;; Copyright (C) 1985-1991 Free Software Foundation, Inc. | 8 ;; Copyright (C) 1985-1991 Free Software Foundation, Inc. |
6 | 9 |
18 ;; GNU Emacs General Public License. A copy of this license is | 21 ;; GNU Emacs General Public License. A copy of this license is |
19 ;; supposed to have been given to you along with GNU Emacs so you | 22 ;; supposed to have been given to you along with GNU Emacs so you |
20 ;; can know your rights and responsibilities. It should be in a | 23 ;; can know your rights and responsibilities. It should be in a |
21 ;; file named COPYING. Among other things, the copyright notice | 24 ;; file named COPYING. Among other things, the copyright notice |
22 ;; and this notice must be preserved on all copies. | 25 ;; and this notice must be preserved on all copies. |
26 | |
27 ;;; Code: | |
23 | 28 |
24 ;;;###autoload | 29 ;;;###autoload |
25 (defvar compilation-mode-hook nil | 30 (defvar compilation-mode-hook nil |
26 "*List of hook functions run by compilation-mode (see `run-hooks').") | 31 "*List of hook functions run by compilation-mode (see `run-hooks').") |
27 | 32 |