comparison lisp/progmodes/compile.el @ 90295:4b3d39451150

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 58-65) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 22-28) - Update from CVS - Merge from emacs--devo--0 - Update from CVS: lisp/gnus.el: Remove bogus comment.
author Miles Bader <miles@gnu.org>
date Sat, 11 Feb 2006 00:11:19 +0000
parents 7beb78bc1f8e dc49655f57ae
children 65ca8fb66a0d
comparison
equal deleted inserted replaced
90294:c5406394f567 90295:4b3d39451150
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 ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3 ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4 ;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5 5
6 ;; Authors: Roland McGrath <roland@gnu.org>, 6 ;; Authors: Roland McGrath <roland@gnu.org>,
7 ;; Daniel Pfeiffer <occitan@esperanto.org> 7 ;; Daniel Pfeiffer <occitan@esperanto.org>
8 ;; Maintainer: FSF 8 ;; Maintainer: FSF
9 ;; Keywords: tools, processes 9 ;; Keywords: tools, processes