comparison lisp/progmodes/compile.el @ 68773:dc49655f57ae

Update copyright for 2006.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 10 Feb 2006 09:00:31 +0000
parents 6355aeca71ad
children 1a3385f6eeec 4b3d39451150
comparison
equal deleted inserted replaced
68772:57d1d56ae004 68773:dc49655f57ae
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