comparison lisp/progmodes/compile.el @ 846:20674ae6bf52

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 04:22:42 +0000
parents e694e0879463
children fe5f6b7c9727
comparison
equal deleted inserted replaced
845:213978acbc1e 846:20674ae6bf52
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 ;; Copyright (C) 1985, 86, 87, 92 Free Software Foundation, Inc.
2 4
3 ;; Author: Roland McGrath <roland@prep.ai.mit.edu> 5 ;; Author: Roland McGrath <roland@prep.ai.mit.edu>
4 ;; Maintainer: FSF 6 ;; Maintainer: FSF
5 ;; Last-Modified: 05 Jul 1992
6 ;; Keyword: tools, processes 7 ;; Keyword: tools, processes
7 8
8 ;;;!!! dup removal is broken. 9 ;;;!!! dup removal is broken.
9
10 ;; Copyright (C) 1985, 86, 87, 92 Free Software Foundation, Inc.
11 10
12 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
13 12
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 14 ;; it under the terms of the GNU General Public License as published by