# HG changeset patch # User Glenn Morris # Date 1199668068 0 # Node ID 78ee6fae0e4158fd3aed9c43aabff5e782df2526 # Parent 974a828870fef46b1b354c728a4daa405001e140 Add 2008 to copyright years. diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/advice.el --- a/lisp/emacs-lisp/advice.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/advice.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; advice.el --- an overloading mechanism for Emacs Lisp functions ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Hans Chalupsky ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/assoc.el --- a/lisp/emacs-lisp/assoc.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/assoc.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; assoc.el --- insert/delete/sort functions on association lists ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw ;; Keywords: extensions diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/authors.el --- a/lisp/emacs-lisp/authors.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/authors.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Gerd Moellmann ;; Maintainer: Kim F. Storm diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/autoload.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;; autoload.el --- maintain autoloads in loaddefs.el ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Roland McGrath ;; Keywords: maint diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/backquote.el --- a/lisp/emacs-lisp/backquote.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/backquote.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; backquote.el --- implement the ` Lisp construct ;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Rick Sladkey ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/benchmark.el --- a/lisp/emacs-lisp/benchmark.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/benchmark.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;; benchmark.el --- support for benchmarking code -;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: lisp, extensions diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/bindat.el --- a/lisp/emacs-lisp/bindat.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/bindat.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;; bindat.el --- binary data structure packing and unpacking. -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Kim F. Storm ;; Assignment name: struct.el diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/byte-opt.el --- a/lisp/emacs-lisp/byte-opt.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jamie Zawinski ;; Hallvard Furuseth diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/byte-run.el --- a/lisp/emacs-lisp/byte-run.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/byte-run.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; byte-run.el --- byte-compiler support for inlining ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jamie Zawinski ;; Hallvard Furuseth diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; bytecomp.el --- compilation of Lisp code into byte code ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jamie Zawinski ;; Hallvard Furuseth diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/checkdoc.el --- a/lisp/emacs-lisp/checkdoc.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; checkdoc.el --- check documentation strings for style requirements ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; Version: 0.6.2 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl-compat.el --- a/lisp/emacs-lisp/cl-compat.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl-compat.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Dave Gillespie ;; Version: 2.02 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl-extra.el --- a/lisp/emacs-lisp/cl-extra.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Dave Gillespie ;; Keywords: extensions diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl-indent.el --- a/lisp/emacs-lisp/cl-indent.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cl-indent.el --- enhanced lisp-indent mode ;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Richard Mlynarik ;; Created: July 1987 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl-macs.el --- a/lisp/emacs-lisp/cl-macs.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; Author: Dave Gillespie diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl-seq.el --- a/lisp/emacs-lisp/cl-seq.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Dave Gillespie ;; Version: 2.02 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl-specs.el --- a/lisp/emacs-lisp/cl-specs.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte ;; Keywords: lisp, tools, maint diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cl.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Dave Gillespie ;; Version: 2.02 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/copyright.el --- a/lisp/emacs-lisp/copyright.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/copyright.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; copyright.el --- update the copyright notice in current buffer ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer ;; Keywords: maint, tools diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/crm.el --- a/lisp/emacs-lisp/crm.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/crm.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; crm.el --- read multiple strings with completion ;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Sen Nagata ;; Keywords: completion, minibuffer, multiple elements diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/cust-print.el --- a/lisp/emacs-lisp/cust-print.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/cust-print.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cust-print.el --- handles print-level and print-circle ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte ;; Adapted-By: ESR diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/debug.el --- a/lisp/emacs-lisp/debug.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/debug.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; debug.el --- debuggers and related commands for Emacs ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, tools, maint diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/derived.el --- a/lisp/emacs-lisp/derived.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/derived.el Mon Jan 07 01:07:48 2008 +0000 @@ -2,7 +2,7 @@ ;; (formerly mode-clone.el) ;; Copyright (C) 1993, 1994, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/disass.el --- a/lisp/emacs-lisp/disass.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/disass.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; disass.el --- disassembler for compiled Emacs Lisp code ;; Copyright (C) 1986, 1991, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Doug Cutting ;; Jamie Zawinski diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/easy-mmode.el --- a/lisp/emacs-lisp/easy-mmode.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; easy-mmode.el --- easy definition for major and minor modes ;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Georges Brun-Cottan ;; Maintainer: Stefan Monnier diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/easymenu.el --- a/lisp/emacs-lisp/easymenu.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/easymenu.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; easymenu.el --- support the easymenu interface for defining a menu ;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Keywords: emulations ;; Author: Richard Stallman diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/edebug.el --- a/lisp/emacs-lisp/edebug.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/edebug.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; edebug.el --- a source-level debugger for Emacs Lisp ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/eldoc.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; eldoc.el --- show function arglist or variable docstring in echo area ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Maintainer: friedman@splode.com diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/elint.el --- a/lisp/emacs-lisp/elint.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/elint.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; elint.el --- Lint Emacs Lisp ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Peter Liljenberg ;; Created: May 1997 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/elp.el --- a/lisp/emacs-lisp/elp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/elp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; elp.el --- Emacs Lisp Profiler ;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Barry A. Warsaw ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/ewoc.el --- a/lisp/emacs-lisp/ewoc.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/ewoc.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Per Cederqvist ;; Inge Wallin diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/find-func.el --- a/lisp/emacs-lisp/find-func.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/find-func.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; find-func.el --- find the definition of the Emacs Lisp function near point ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jens Petersen ;; Maintainer: petersen@kurims.kyoto-u.ac.jp diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/find-gc.el --- a/lisp/emacs-lisp/find-gc.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/find-gc.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; find-gc.el --- detect functions that call the garbage collector ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/float-sup.el --- a/lisp/emacs-lisp/float-sup.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/float-sup.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; float-sup.el --- define some constants useful for floating point numbers. ;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/generic.el --- a/lisp/emacs-lisp/generic.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/generic.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; generic.el --- defining simple major modes with comment and font-lock ;; ;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; ;; Author: Peter Breton ;; Created: Fri Sep 27 1996 diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/gulp.el --- a/lisp/emacs-lisp/gulp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/gulp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; gulp.el --- ask for updates for Lisp packages ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Sam Shteingold ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/helper.el --- a/lisp/emacs-lisp/helper.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/helper.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; helper.el --- utility help package supporting help in electric modes ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: K. Shane Hartman ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/levents.el --- a/lisp/emacs-lisp/levents.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/levents.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; levents.el --- emulate the Lucid event data type and associated functions ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/lisp-mnt.el --- a/lisp/emacs-lisp/lisp-mnt.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Eric S. Raymond ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands ;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/lisp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; lisp.el --- Lisp editing commands for Emacs ;; Copyright (C) 1985, 1986, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, languages diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/lmenu.el --- a/lisp/emacs-lisp/lmenu.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/lmenu.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; lmenu.el --- emulate Lucid's menubar support ;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Keywords: emulations obsolete diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/lselect.el --- a/lisp/emacs-lisp/lselect.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/lselect.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; lselect.el --- Lucid interface to X Selections ;; Copyright (C) 1990, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/lucid.el --- a/lisp/emacs-lisp/lucid.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/lucid.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; lucid.el --- emulate some Lucid Emacs functions ;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: emulations diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/macroexp.el --- a/lisp/emacs-lisp/macroexp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/macroexp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;; macroexp.el --- Additional macro-expansion support ;; -;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; ;; Author: Miles Bader ;; Keywords: lisp, compiler, macros diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/map-ynp.el --- a/lisp/emacs-lisp/map-ynp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/map-ynp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; map-ynp.el --- general-purpose boolean question-asker ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Roland McGrath ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/pp.el --- a/lisp/emacs-lisp/pp.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/pp.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; pp.el --- pretty printer for Emacs Lisp ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Randal Schwartz ;; Keywords: lisp diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/re-builder.el --- a/lisp/emacs-lisp/re-builder.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/re-builder.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; re-builder.el --- building Regexps with visual feedback ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Detlev Zundel ;; Keywords: matching, lisp, tools diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/regexp-opt.el --- a/lisp/emacs-lisp/regexp-opt.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/regexp-opt.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; regexp-opt.el --- generate efficient regexps to match strings ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Simon Marshall ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/regi.el --- a/lisp/emacs-lisp/regi.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/regi.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; regi.el --- REGular expression Interpreting engine ;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. ;; Maintainer: bwarsaw@cen.com diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/ring.el --- a/lisp/emacs-lisp/ring.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/ring.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; ring.el --- handle rings of items ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: extensions diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/rx.el --- a/lisp/emacs-lisp/rx.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/rx.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; rx.el --- sexp notation for regular expressions ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Gerd Moellmann ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/shadow.el --- a/lisp/emacs-lisp/shadow.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/shadow.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; shadow.el --- locate Emacs Lisp file shadowings ;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Terry Jones ;; Keywords: lisp diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/sregex.el --- a/lisp/emacs-lisp/sregex.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/sregex.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; sregex.el --- symbolic regular expressions ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Bob Glickstein ;; Maintainer: Bob Glickstein diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/syntax.el --- a/lisp/emacs-lisp/syntax.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/syntax.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; syntax.el --- helper functions to find syntactic context ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/tcover-ses.el --- a/lisp/emacs-lisp/tcover-ses.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/tcover-ses.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;;; testcover-ses.el -- Example use of `testcover' to test "SES" -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/tcover-unsafep.el --- a/lisp/emacs-lisp/tcover-unsafep.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/tcover-unsafep.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;;; testcover-unsafep.el -- Use testcover to test unsafep's code coverage -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/testcover.el --- a/lisp/emacs-lisp/testcover.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/testcover.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;;; testcover.el -- Visual code-coverage tool -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/timer.el --- a/lisp/emacs-lisp/timer.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/timer.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; timer.el --- run a function with args at some time in future ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/tq.el --- a/lisp/emacs-lisp/tq.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/tq.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; tq.el --- utility to maintain a transaction queue ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Scott Draves ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/trace.el --- a/lisp/emacs-lisp/trace.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/trace.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; trace.el --- tracing facility for Emacs Lisp functions ;; Copyright (C) 1993, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Hans Chalupsky ;; Maintainer: FSF diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/unsafep.el --- a/lisp/emacs-lisp/unsafep.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/unsafep.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner diff -r 974a828870fe -r 78ee6fae0e41 lisp/emacs-lisp/warnings.el --- a/lisp/emacs-lisp/warnings.el Mon Jan 07 01:03:40 2008 +0000 +++ b/lisp/emacs-lisp/warnings.el Mon Jan 07 01:07:48 2008 +0000 @@ -1,6 +1,6 @@ ;;; warnings.el --- log and display warnings -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: internal