comparison lisp/progmodes/compile.el @ 811:e694e0879463

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 17 Jul 1992 08:15:29 +0000
parents 33aaf4b71a1d
children 20674ae6bf52
comparison
equal deleted inserted replaced
810:80303373daae 811:e694e0879463
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 ;; Author: Roland McGrath <roland@prep.ai.mit.edu>
4 ;; Maintainer: FSF 4 ;; Maintainer: FSF
5 ;; Last-Modified: 05 Jul 1992 5 ;; Last-Modified: 05 Jul 1992
6 ;; Keyword: tools, processes
6 7
7 ;;;!!! dup removal is broken. 8 ;;;!!! dup removal is broken.
8 9
9 ;; Copyright (C) 1985, 86, 87, 92 Free Software Foundation, Inc. 10 ;; Copyright (C) 1985, 86, 87, 92 Free Software Foundation, Inc.
10 11