comparison lisp/progmodes/compile.el @ 79717:a1342e6e097a

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Jan 2008 02:11:00 +0000
parents 0aa6ec4cac21
children 1f0710a42481
comparison
equal deleted inserted replaced
79716:54006a859bcc 79717:a1342e6e097a
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, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 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