comparison lisp/progmodes/compile.el @ 804:33aaf4b71a1d

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Thu, 16 Jul 1992 21:46:14 +0000
parents c693d56ef36d
children e694e0879463
comparison
equal deleted inserted replaced
803:3ce27dfc2deb 804:33aaf4b71a1d
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 2
3 ;; Author: Roland McGrath <roland@prep.ai.mit.edu>
3 ;; Maintainer: FSF 4 ;; Maintainer: FSF
4 ;; Last-Modified: 05 Jul 1992 5 ;; Last-Modified: 05 Jul 1992
5 6
6 ;;;!!! dup removal is broken. 7 ;;;!!! dup removal is broken.
7 8
8 ;; Copyright (C) 1985-1991 Free Software Foundation, Inc. 9 ;; Copyright (C) 1985, 86, 87, 92 Free Software Foundation, Inc.
9 10
10 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
11 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 2, or (at your option)
16 ;; any later version.
17
12 ;; GNU Emacs is distributed in the hope that it will be useful, 18 ;; GNU Emacs is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY. No author or distributor 19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; accepts responsibility to anyone for the consequences of using it 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ;; or for whether it serves any particular purpose or works at all, 21 ;; GNU General Public License for more details.
16 ;; unless he says so in writing. Refer to the GNU Emacs General Public 22
17 ;; License for full details. 23 ;; You should have received a copy of the GNU General Public License
18 24 ;; along with GNU Emacs; see the file COPYING. If not, write to
19 ;; Everyone is granted permission to copy, modify and redistribute 25 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 ;; GNU Emacs, but only under the conditions described in the
21 ;; GNU Emacs General Public License. A copy of this license is
22 ;; supposed to have been given to you along with GNU Emacs so you
23 ;; can know your rights and responsibilities. It should be in a
24 ;; file named COPYING. Among other things, the copyright notice
25 ;; and this notice must be preserved on all copies.
26 26
27 ;;; Code: 27 ;;; Code:
28 28
29 ;;;###autoload 29 ;;;###autoload
30 (defvar compilation-mode-hook nil 30 (defvar compilation-mode-hook nil