diff options
| author | Thien-Thi Nguyen | 2005-08-06 22:13:43 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-06 22:13:43 +0000 |
| commit | 0d30b33766e277a5bff6eabc9da5afdaebd8b32a (patch) | |
| tree | 7730df2271eafcffd78e9d583816e1b38539132c | |
| parent | 00aa417213e1668d4a86514cf5febba3e241f399 (diff) | |
| download | emacs-0d30b33766e277a5bff6eabc9da5afdaebd8b32a.tar.gz emacs-0d30b33766e277a5bff6eabc9da5afdaebd8b32a.zip | |
Update years in copyright notice; nfc.
241 files changed, 416 insertions, 301 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index cb8f9b69aca..774bb1892b7 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; abbrev.el --- abbrev mode commands for Emacs | 1 | ;;; abbrev.el --- abbrev mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index a193a92df0f..3be9c257af2 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; abbrevlist.el --- list one abbrev table alphabetically ordered | 1 | ;;; abbrevlist.el --- list one abbrev table alphabetically ordered |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; Suggested by a previous version by Gildea. | 5 | ;; Suggested by a previous version by Gildea. |
| 5 | 6 | ||
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/add-log.el b/lisp/add-log.el index 27da19ee602..8ea934084f6 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; add-log.el --- change log maintenance commands for Emacs | 1 | ;;; add-log.el --- change log maintenance commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1993, 1994, 1997, 1998, 2000, 2002, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: tools | 7 | ;; Keywords: tools |
diff --git a/lisp/align.el b/lisp/align.el index 5c1e8e7b89a..a481ba11070 100644 --- a/lisp/align.el +++ b/lisp/align.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; align.el --- align text to a specific column, by regexp | 1 | ;;; align.el --- align text to a specific column, by regexp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Keywords: convenience languages lisp | 7 | ;; Keywords: convenience languages lisp |
diff --git a/lisp/allout.el b/lisp/allout.el index 6f5d06cf79e..a64ba4b8f9f 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; allout.el --- extensive outline mode for use alone and with other modes | 1 | ;;; allout.el --- extensive outline mode for use alone and with other modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 93, 94, 2001, 02, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Ken Manheimer <klm@zope.com> | 6 | ;; Author: Ken Manheimer <klm@zope.com> |
| 6 | ;; Maintainer: Ken Manheimer <klm@zope.com> | 7 | ;; Maintainer: Ken Manheimer <klm@zope.com> |
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 31aaef2fcdc..94b6b81e031 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ansi-color.el --- translate ANSI escape sequences into faces | 1 | ;;; ansi-color.el --- translate ANSI escape sequences into faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/apropos.el b/lisp/apropos.el index 37cb85494ab..fcad5cac0dc 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; apropos.el --- apropos commands for users and programmers | 1 | ;;; apropos.el --- apropos commands for users and programmers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989,94,1995,2001,02,03,04,2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> | 6 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> |
| 6 | ;; Rewritten: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Rewritten: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 536160ac366..a29ec10d400 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; arc-mode.el --- simple editing of archives | 1 | ;;; arc-mode.el --- simple editing of archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 1998, 2003, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Morten Welinder <terra@gnu.org> | 6 | ;; Author: Morten Welinder <terra@gnu.org> |
| 6 | ;; Keywords: archives msdog editing major-mode | 7 | ;; Keywords: archives msdog editing major-mode |
diff --git a/lisp/array.el b/lisp/array.el index 819840c8a1a..4d8b718965f 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; array.el --- array editing commands for GNU Emacs | 1 | ;;; array.el --- array editing commands for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author David M. Brown | 6 | ;; Author David M. Brown |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/autoarg.el b/lisp/autoarg.el index ae1d26ecd20..aca22ace5b5 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; autoarg.el --- make digit keys supply prefix args | 1 | ;;; autoarg.el --- make digit keys supply prefix args |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Created: 1998-09-04 | 7 | ;; Created: 1998-09-04 |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 71fa14014a9..465817d5b81 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files | 1 | ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2003, 2005 | 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 1995, 1998, 2000, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 23156ceda47..ec21488c6d4 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; autorevert.el --- revert buffers when files on disk change | 1 | ;;; autorevert.el --- revert buffers when files on disk change |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Anders Lindgren <andersl@andersl.com> | 6 | ;; Author: Anders Lindgren <andersl@andersl.com> |
| 6 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/avoid.el b/lisp/avoid.el index 032c7260cec..e99d09d6753 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; avoid.el --- make mouse pointer stay out of the way of editing | 1 | ;;; avoid.el --- make mouse pointer stay out of the way of editing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2000, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/battery.el b/lisp/battery.el index 2ae6607f8ef..125e037719e 100644 --- a/lisp/battery.el +++ b/lisp/battery.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; battery.el --- display battery status information | 1 | ;;; battery.el --- display battery status information |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> | 6 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> |
| 7 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
diff --git a/lisp/bindings.el b/lisp/bindings.el index 1e19592500b..0acdb2a4a7b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; bindings.el --- define standard key bindings and some variables | 1 | ;;; bindings.el --- define standard key bindings and some variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1999, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1999, |
| 4 | ;; 2001, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 1f0d671afb4..4ec78468beb 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later | 1 | ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001, 2003 Free Software Foundation | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 6 | ;; Maintainer: Karl Fogel <kfogel@red-bean.com> | 7 | ;; Maintainer: Karl Fogel <kfogel@red-bean.com> |
diff --git a/lisp/bs.el b/lisp/bs.el index f8a07337dc1..6f5281fc1e2 100644 --- a/lisp/bs.el +++ b/lisp/bs.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; bs.el --- menu for selecting and displaying buffers | 1 | ;;; bs.el --- menu for selecting and displaying buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> | 5 | ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> |
| 5 | ;; Maintainer: Olaf Sylvester <Olaf.Sylvester@netsurf.de> | 6 | ;; Maintainer: Olaf Sylvester <Olaf.Sylvester@netsurf.de> |
| 6 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 59188b6ae92..76a74064589 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; buff-menu.el --- buffer menu main function and support functions -*- coding:utf-8 -*- | 1 | ;;; buff-menu.el --- buffer menu main function and support functions -*- coding:utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/button.el b/lisp/button.el index 1b0c009e925..d58e53c2895 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; button.el --- clickable buttons | 1 | ;;; button.el --- clickable buttons |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2001, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Miles Bader <miles@gnu.org> | 5 | ;; Author: Miles Bader <miles@gnu.org> |
| 6 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
diff --git a/lisp/calculator.el b/lisp/calculator.el index 4210fad2ec9..b9ba03f657f 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; calculator.el --- a [not so] simple calculator for Emacs | 1 | ;;; calculator.el --- a [not so] simple calculator for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eli Barzilay <eli@barzilay.org> | 6 | ;; Author: Eli Barzilay <eli@barzilay.org> |
| 6 | ;; Keywords: tools, convenience | 7 | ;; Keywords: tools, convenience |
diff --git a/lisp/case-table.el b/lisp/case-table.el index 31c26949281..4dfdd0538fb 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; case-table.el --- code to extend the character set and support case tables | 1 | ;;; case-table.el --- code to extend the character set and support case tables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/cdl.el b/lisp/cdl.el index 68111eda53e..abd339de9b8 100644 --- a/lisp/cdl.el +++ b/lisp/cdl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs | 1 | ;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) | 5 | ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/chistory.el b/lisp/chistory.el index 1704e7a4a1e..c05fd849db4 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; chistory.el --- list command history | 1 | ;;; chistory.el --- list command history |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index 8cc467fe0df..ff59304874d 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el | 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1997, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/comint.el b/lisp/comint.el index ab0d41d6735..3f77ea99050 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; comint.el --- general command interpreter in a window stuff | 1 | ;;; comint.el --- general command interpreter in a window stuff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Simon Marshall <simon@gnu.org> | 7 | ;; Simon Marshall <simon@gnu.org> |
diff --git a/lisp/compare-w.el b/lisp/compare-w.el index 4bbed1e1fa8..5795ce048c9 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; compare-w.el --- compare text between windows for Emacs | 1 | ;;; compare-w.el --- compare text between windows for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986,1989,1993,1997,2003,2004,2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: convenience files | 7 | ;; Keywords: convenience files |
diff --git a/lisp/complete.el b/lisp/complete.el index dabab4ee6ee..d3ff6c53988 100644 --- a/lisp/complete.el +++ b/lisp/complete.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; complete.el --- partial completion mechanism plus other goodies | 1 | ;;; complete.el --- partial completion mechanism plus other goodies |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003, 2005 | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/completion.el b/lisp/completion.el index 5e7285ecddd..ddc556f693b 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; completion.el --- dynamic word-completion code | 1 | ;;; completion.el --- dynamic word-completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 8818ed6ff70..61c597a200e 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-dep.el --- find customization dependencies | 1 | ;;; cus-dep.el --- find customization dependencies |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 4a3088e6f12..832e320c523 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages | 1 | ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 967045b9da4..cd052732b65 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cus-face.el --- customization support for faces | 1 | ;;; cus-face.el --- customization support for faces |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: help, faces | 7 | ;; Keywords: help, faces |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 8094555b145..f9d7bc4730c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cus-start.el --- define customization properties of builtins | 1 | ;;; cus-start.el --- define customization properties of builtins |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 32e01963824..95a0a4b2896 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-theme.el -- custom theme creation user interface | 1 | ;;; cus-theme.el -- custom theme creation user interface |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2001, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/custom.el b/lisp/custom.el index cfb4373fdab..38b3355c2c3 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; custom.el --- tools for declaring and initializing options | 1 | ;;; custom.el --- tools for declaring and initializing options |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2004, 2005 | 3 | ;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index a70e368ff89..792dcb2ef26 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- | 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs cvs status tree tools | 7 | ;; Keywords: pcl-cvs cvs status tree tools |
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 01591e2fdf3..2139e7c5761 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dabbrev.el --- dynamic abbreviation package | 1 | ;;; dabbrev.el --- dynamic abbreviation package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 92, 94, 96, 1997, 2000, 01, 03, 2004 | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1996, 1997, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Don Morrison | 6 | ;; Author: Don Morrison |
| 7 | ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> | 7 | ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> |
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index 1c0c8b77503..50d09a6414b 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; delim-col.el --- prettify all columns in a region or rectangle | 1 | ;;; delim-col.el --- prettify all columns in a region or rectangle |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/delsel.el b/lisp/delsel.el index 483c2e2c599..74ef011d477 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; delsel.el --- delete selection if you insert | 1 | ;;; delsel.el --- delete selection if you insert |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1997, 1998, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Matthieu Devin <devin@lucid.com> | 6 | ;; Author: Matthieu Devin <devin@lucid.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index e206e2c269c..e25d740b89b 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; descr-text.el --- describe text mode | 1 | ;;; descr-text.el --- describe text mode |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Keywords: faces, i18n, Unicode, multilingual | 7 | ;; Keywords: faces, i18n, Unicode, multilingual |
diff --git a/lisp/desktop.el b/lisp/desktop.el index 0018780d5d5..57065d2f813 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; desktop.el --- save partial status of Emacs when killed | 1 | ;;; desktop.el --- save partial status of Emacs when killed |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2005 | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Maintainter: Lars Hansen <larsh@soem.dk> | 7 | ;; Maintainter: Lars Hansen <larsh@soem.dk> |
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index f10ac7d57d2..6cd4c843ad1 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; diff-mode.el --- a mode for viewing/editing context diffs | 1 | ;;; diff-mode.el --- a mode for viewing/editing context diffs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: convenience patch diff | 7 | ;; Keywords: convenience patch diff |
diff --git a/lisp/diff.el b/lisp/diff.el index bee7277af78..7602ecb0e37 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; diff.el --- run `diff' in compilation-mode | 1 | ;;; diff.el --- run `diff' in compilation-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 617cb38585f..9bcb04ef27b 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*- | 1 | ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2004 | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 006186a562e..074bdc376a4 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | ;; Date: 1994/08/18 19:27:42 | 7 | ;; Date: 1994/08/18 19:27:42 |
| 8 | ;; Keywords: dired extensions files | 8 | ;; Keywords: dired extensions files |
| 9 | 9 | ||
| 10 | ;; Copyright (C) 1993, 1994, 1997, 2001, 2003, 2004 Free Software Foundation, Inc. | 10 | ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
| 11 | ;; 2005 Free Software Foundation, Inc. | ||
| 11 | 12 | ||
| 12 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| 13 | 14 | ||
diff --git a/lisp/dired.el b/lisp/dired.el index 880d31d9b41..745a2555162 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dired.el --- directory-browsing commands | 1 | ;;; dired.el --- directory-browsing commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, |
| 4 | ;; 2001, 2003, 2004 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index e9bcab6e4e8..573803bfb98 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dirtrack.el --- Directory Tracking by watching the prompt | 1 | ;;; dirtrack.el --- Directory Tracking by watching the prompt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 6 | ;; Created: Sun Nov 17 1996 | 6 | ;; Created: Sun Nov 17 1996 |
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 0d0f4e4e09a..8e5fa12bad7 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; disp-table.el --- functions for dealing with char tables | 1 | ;;; disp-table.el --- functions for dealing with char tables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 94, 95, 1999, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 1994, 1995, 1999, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Erik Naggum <erik@naggum.no> | 6 | ;; Author: Erik Naggum <erik@naggum.no> |
| 6 | ;; Based on a previous version by Howard Gayle | 7 | ;; Based on a previous version by Howard Gayle |
diff --git a/lisp/dnd.el b/lisp/dnd.el index 9a925550411..1092f4d087f 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; dnd.el --- drag and drop support. | 1 | ;;; dnd.el --- drag and drop support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005 | 3 | ;; Copyright (C) 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index 920625526e3..bf25ce1f589 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; dos-fns.el --- MS-Dos specific functions | 1 | ;;; dos-fns.el --- MS-Dos specific functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1993, 1995, 1996, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: Morten Welinder <terra@diku.dk> | 6 | ;; Maintainer: Morten Welinder <terra@diku.dk> |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el index 8fdff647bed..1909e941c1f 100644 --- a/lisp/dos-vars.el +++ b/lisp/dos-vars.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dos-vars.el --- MS-Dos specific user options | 1 | ;;; dos-vars.el --- MS-Dos specific user options |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 644b457393f..697f6eb4d5c 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms | 1 | ;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> | 5 | ;; Maintainer: Geoff Voelker <voelker@cs.washington.edu> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/double.el b/lisp/double.el index 137ea510123..fb4947fbd88 100644 --- a/lisp/double.el +++ b/lisp/double.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; double.el --- support for keyboard remapping with double clicking | 1 | ;;; double.el --- support for keyboard remapping with double clicking |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: i18n | 7 | ;; Keywords: i18n |
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index 2a89d4ef654..ec5db828a6b 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ebuff-menu.el --- electric-buffer-list mode | 1 | ;;; ebuff-menu.el --- electric-buffer-list mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/echistory.el b/lisp/echistory.el index e134b16ce6c..3b4b8419bd0 100644 --- a/lisp/echistory.el +++ b/lisp/echistory.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; echistory.el --- Electric Command History Mode | 1 | ;;; echistory.el --- Electric Command History Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index ef859eb9b20..0a3f6920e2b 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-diff.el --- diff-related utilities | 1 | ;;; ediff-diff.el --- diff-related utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-help.el b/lisp/ediff-help.el index 87056e3723f..21fe85c415f 100644 --- a/lisp/ediff-help.el +++ b/lisp/ediff-help.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-help.el --- Code related to the contents of Ediff help buffers | 1 | ;;; ediff-help.el --- Code related to the contents of Ediff help buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index 8d038a4d93b..c0add7f8f86 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-hook.el --- setup for Ediff's menus and autoloads | 1 | ;;; ediff-hook.el --- setup for Ediff's menus and autoloads |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index 8af930ec27e..ae4c7c59c09 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff | 1 | ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-merg.el b/lisp/ediff-merg.el index 13414747b11..cb93dea3831 100644 --- a/lisp/ediff-merg.el +++ b/lisp/ediff-merg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-merg.el --- merging utilities | 1 | ;;; ediff-merg.el --- merging utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index 1303d65cf2e..2c192c133e2 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff | 1 | ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 01, 02, 05 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 9176a38c2c9..df781e92b5b 100644 --- a/lisp/ediff-ptch.el +++ b/lisp/ediff-ptch.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-ptch.el --- Ediff's patch support | 1 | ;;; ediff-ptch.el --- Ediff's patch support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index 70b3f304e03..2e24548dbbe 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ediff-util.el --- the core commands and utilities of ediff | 1 | ;;; ediff-util.el --- the core commands and utilities of ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2004 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | 7 | ||
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el index 70069cc2193..9ae720e9bc3 100644 --- a/lisp/ediff-vers.el +++ b/lisp/ediff-vers.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-vers.el --- version control interface to Ediff | 1 | ;;; ediff-vers.el --- version control interface to Ediff |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1995, 96, 97, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 3ac4ee089cd..26ff106088f 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff-wind.el --- window manipulation utilities | 1 | ;;; ediff-wind.el --- window manipulation utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 95, 96, 97, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 7 | ||
diff --git a/lisp/ediff.el b/lisp/ediff.el index 1bf52b1c59f..35b28a3e550 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ediff.el --- a comprehensive visual interface to diff & patch | 1 | ;;; ediff.el --- a comprehensive visual interface to diff & patch |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03, 05 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Created: February 2, 1994 | 7 | ;; Created: February 2, 1994 |
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 4ab7c7b1029..05df7f6ac39 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; edmacro.el --- keyboard macro editor | 1 | ;;; edmacro.el --- keyboard macro editor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 6 | ;; Maintainer: Dave Gillespie <daveg@synaptics.com> | 7 | ;; Maintainer: Dave Gillespie <daveg@synaptics.com> |
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 36bbd0329bb..d0dfd8d6bed 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ehelp.el --- bindings for electric-help mode | 1 | ;;; ehelp.el --- bindings for electric-help mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1995, 2000, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help, extensions | 7 | ;; Keywords: help, extensions |
diff --git a/lisp/electric.el b/lisp/electric.el index 32fb843e2cb..4c4f70b0939 100644 --- a/lisp/electric.el +++ b/lisp/electric.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; electric.el --- window maker and Command loop for `electric' modes | 1 | ;;; electric.el --- window maker and Command loop for `electric' modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1995, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1995, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index 86e3365c5dd..8be40ce17c3 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; elide-head.el --- hide headers in files | 1 | ;;; elide-head.el --- hide headers in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: outlines tools | 6 | ;; Keywords: outlines tools |
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 479cc4f2ede..e94be04213c 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; emacs-lock.el --- prevents you from exiting emacs if a buffer is locked | 1 | ;;; emacs-lock.el --- prevents you from exiting emacs if a buffer is locked |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997 Free Software Foundation, Inc | 3 | ;; Copyright (C) 1994, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc | ||
| 4 | 5 | ||
| 5 | ;; Author: Tom Wurgler <twurgler@goodyear.com> | 6 | ;; Author: Tom Wurgler <twurgler@goodyear.com> |
| 6 | ;; Created: 12/8/94 | 7 | ;; Created: 12/8/94 |
diff --git a/lisp/env.el b/lisp/env.el index 606aa163c87..409765f5ff4 100644 --- a/lisp/env.el +++ b/lisp/env.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; env.el --- functions to manipulate environment variables | 1 | ;;; env.el --- functions to manipulate environment variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 2000, 2001, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: processes, unix | 7 | ;; Keywords: processes, unix |
diff --git a/lisp/expand.el b/lisp/expand.el index e0ebad49caa..aeb9ec83b14 100644 --- a/lisp/expand.el +++ b/lisp/expand.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; expand.el --- make abbreviations more usable | 1 | ;;; expand.el --- make abbreviations more usable |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | 6 | ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> |
| 6 | ;; Maintainer: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | 7 | ;; Maintainer: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> |
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 1cda18dda2e..00fb13fe8f9 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; facemenu.el --- create a face menu for interactively adding fonts to text | 1 | ;;; facemenu.el --- create a face menu for interactively adding fonts to text |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1994, 1995, 1996, 2001, 2002, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: faces | 7 | ;; Keywords: faces |
diff --git a/lisp/faces.el b/lisp/faces.el index 89830266f61..561fdc95aba 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; faces.el --- Lisp faces | 1 | ;;; faces.el --- Lisp faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992,1993,1994,1995,1996,1998,1999,2000,2001,2002,2004,2005 | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/ffap.el b/lisp/ffap.el index e30b859a588..283f05641ba 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ffap.el --- find file (or url) at point | 1 | ;;; ffap.el --- find file (or url) at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 96, 97, 2000, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> | 6 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> |
| 6 | ;; Maintainer: Rajesh Vaidheeswarran <rv@gnu.org> | 7 | ;; Maintainer: Rajesh Vaidheeswarran <rv@gnu.org> |
diff --git a/lisp/filecache.el b/lisp/filecache.el index 9fccba4b84b..bb45bb392f3 100644 --- a/lisp/filecache.el +++ b/lisp/filecache.el | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | ;; Created: Sun Nov 10 1996 | 4 | ;; Created: Sun Nov 10 1996 |
| 5 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 6 | ;; | 6 | ;; |
| 7 | ;; Copyright (C) 1996, 2000 Free Software Foundation, Inc. | 7 | ;; Copyright (C) 1996, 2000, 2002, 2003, 2004, |
| 8 | ;; 2005 Free Software Foundation, Inc. | ||
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 10 | 11 | ||
diff --git a/lisp/files.el b/lisp/files.el index 6479ef3bc92..8850928d94a 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; files.el --- file input and output commands for Emacs | 1 | ;;; files.el --- file input and output commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/filesets.el b/lisp/filesets.el index 009e6797a4d..1ee126465a5 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; filesets.el --- handle group of files | 1 | ;;; filesets.el --- handle group of files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thomas Link <t.link@gmx.at> | 5 | ;; Author: Thomas Link <t.link@gmx.at> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index e1b4ce65e71..8347e68c58e 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; find-dired.el --- run a `find' command and dired the output | 1 | ;;; find-dired.el --- run a `find' command and dired the output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1995, 2000, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994, 1995, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.org>, | 6 | ;; Author: Roland McGrath <roland@gnu.org>, |
| 6 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> | 7 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> |
diff --git a/lisp/find-file.el b/lisp/find-file.el index d741ed7d845..b66a5f6de02 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Keywords: c, matching, tools | 5 | ;; Keywords: c, matching, tools |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1994, 1995, 2002, 2003 Free Software Foundation, Inc. | 7 | ;; Copyright (C) 1994, 1995, 2002, 2003, 2004, |
| 8 | ;; 2005 Free Software Foundation, Inc. | ||
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 10 | 11 | ||
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el index 35b24af3d6b..b019fd6ba98 100644 --- a/lisp/find-lisp.el +++ b/lisp/find-lisp.el | |||
| @@ -5,7 +5,8 @@ | |||
| 5 | ;; Keywords: unix | 5 | ;; Keywords: unix |
| 6 | ;; Time-stamp: <2001-07-16 12:42:35 pavel> | 6 | ;; Time-stamp: <2001-07-16 12:42:35 pavel> |
| 7 | 7 | ||
| 8 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 8 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 9 | ;; 2005 Free Software Foundation, Inc. | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/finder.el b/lisp/finder.el index 01052101e6d..737bb676a1a 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; finder.el --- topic & keyword-based code finder | 1 | ;;; finder.el --- topic & keyword-based code finder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992,97,98,1999,2001,2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1997, 1998, 1999, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Created: 16 Jun 1992 | 7 | ;; Created: 16 Jun 1992 |
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index 0bfc5c7e92e..0acbe41c6ed 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control | 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1991, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author Kevin Gallagher | 6 | ;; Author Kevin Gallagher |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/foldout.el b/lisp/foldout.el index 9c6ef395ab5..54fca4eb6f0 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode | 1 | ;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> | 5 | ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> |
| 6 | ;; Created: 27 Jan 1994 | 6 | ;; Created: 27 Jan 1994 |
diff --git a/lisp/follow.el b/lisp/follow.el index 09b408cb452..37a157cc406 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; follow.el --- synchronize windows showing the same buffer | 1 | ;;; follow.el --- synchronize windows showing the same buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1999, 2001, 2005 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Lindgren <andersl@andersl.com> | 6 | ;; Author: Anders Lindgren <andersl@andersl.com> |
| 7 | ;; Maintainer: Anders Lindgren <andersl@andersl.com> | 7 | ;; Maintainer: Anders Lindgren <andersl@andersl.com> |
diff --git a/lisp/font-core.el b/lisp/font-core.el index 19417720d3a..4af6e1c41f0 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; font-core.el --- Core interface to font-lock | 1 | ;;; font-core.el --- Core interface to font-lock |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2002, 2003, 2005 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: languages, faces | 7 | ;; Keywords: languages, faces |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 51a4ee72722..feed15f18d7 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; font-lock.el --- Electric font lock mode | 1 | ;;; font-lock.el --- Electric font lock mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: jwz, then rms, then sm | 6 | ;; Author: jwz, then rms, then sm |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/format.el b/lisp/format.el index e676677179b..c43898d78a7 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; format.el --- read and save files in multiple formats | 1 | ;;; format.el --- read and save files in multiple formats |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1994, 1995, 1997, 1999, 2004 Free Software Foundation | 3 | ;; Copyright (C) 1994, 1995, 1997, 1999, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | 7 | ||
diff --git a/lisp/forms.el b/lisp/forms.el index 7b41698cf4f..419a6fa3778 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; forms.el --- Forms mode: edit a file as a form to fill in | 1 | ;;; forms.el --- Forms mode: edit a file as a form to fill in |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Johan Vromans <jvromans@squirrel.nl> | 6 | ;; Author: Johan Vromans <jvromans@squirrel.nl> |
| 6 | 7 | ||
diff --git a/lisp/frame.el b/lisp/frame.el index e416817d185..0a1ffb8a999 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; frame.el --- multi-frame management independent of window systems | 1 | ;;; frame.el --- multi-frame management independent of window systems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/fringe.el b/lisp/fringe.el index 853716af4d2..a32d6b5902c 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fringe.el --- change fringes appearance in various ways | 1 | ;;; fringe.el --- change fringes appearance in various ways |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 55afcc73e62..d6f56cfc76c 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; generic-x.el --- A collection of generic modes | 1 | ;;; generic-x.el --- A collection of generic modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2003, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 6 | ;; Created: Tue Oct 08 1996 | 7 | ;; Created: Tue Oct 08 1996 |
diff --git a/lisp/gs.el b/lisp/gs.el index 7a8fb807ccd..8f9414f0e5f 100644 --- a/lisp/gs.el +++ b/lisp/gs.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gs.el --- interface to Ghostscript | 1 | ;;; gs.el --- interface to Ghostscript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index f3321e437de..fcb431feba9 100644 --- a/lisp/help-at-pt.el +++ b/lisp/help-at-pt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help-at-pt.el --- local help through the keyboard | 1 | ;;; help-at-pt.el --- local help through the keyboard |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Luc Teirlinck <teirllm@auburn.edu> | 5 | ;; Author: Luc Teirlinck <teirllm@auburn.edu> |
| 6 | ;; Keywords: help | 6 | ;; Keywords: help |
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 93c34af7a5c..ae7a60cf55e 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help-fns.el --- Complex help functions | 1 | ;;; help-fns.el --- Complex help functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 93, 94, 98, 1999, 2000, 01, 02, 03, 2004 | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index cf3e63d8d76..33ee42abe7e 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; help-macro.el --- makes command line help such as help-for-help | 1 | ;;; help-macro.el --- makes command line help such as help-for-help |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lynn Slater <lrs@indetech.com> | 6 | ;; Author: Lynn Slater <lrs@indetech.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 831db8cc0cc..eac7caad0ca 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help-mode.el --- `help-mode' used by *Help* buffers | 1 | ;;; help-mode.el --- `help-mode' used by *Help* buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2004 | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/help.el b/lisp/help.el index bab0592160c..cb634e2bdad 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; help.el --- help commands for Emacs | 1 | ;;; help.el --- help commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help, internal | 7 | ;; Keywords: help, internal |
diff --git a/lisp/hexl.el b/lisp/hexl.el index 35423ec0335..20430284a57 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; hexl.el --- edit a file in a hex dump format using the hexl filter | 1 | ;;; hexl.el --- edit a file in a hex dump format using the hexl filter |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> | 6 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index d7aec9112bc..14920cf93c2 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; hi-lock.el --- minor mode for interactive automatic highlighting | 1 | ;;; hi-lock.el --- minor mode for interactive automatic highlighting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: David M. Koppelman, koppel@ee.lsu.edu | 6 | ;; Author: David M. Koppelman, koppel@ee.lsu.edu |
| 6 | ;; Keywords: faces, minor-mode, matching, display | 7 | ;; Keywords: faces, minor-mode, matching, display |
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index df95766641b..f4b9b71f5e7 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; hilit-chg.el --- minor mode displaying buffer changes with special face | 1 | ;;; hilit-chg.el --- minor mode displaying buffer changes with special face |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Richard Sharman <rsharman@pobox.com> | 6 | ;; Author: Richard Sharman <rsharman@pobox.com> |
| 6 | ;; Keywords: faces | 7 | ;; Keywords: faces |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index cdbc03bd1f7..1210166305b 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hippie-exp.el --- expand text trying various ways to find its expansion | 1 | ;;; hippie-exp.el --- expand text trying various ways to find its expansion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Holst <aho@sans.kth.se> | 5 | ;; Author: Anders Holst <aho@sans.kth.se> |
| 6 | ;; Last change: 3 March 1998 | 6 | ;; Last change: 3 March 1998 |
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 85617eab680..3dd56f2f239 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; hl-line.el --- highlight the current line | 1 | ;;; hl-line.el --- highlight the current line |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 9aef1ed95be..da3ca20e5aa 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ibuf-ext.el --- extensions for ibuffer | 1 | ;;; ibuf-ext.el --- extensions for ibuffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Colin Walters <walters@verbum.org> | 6 | ;; Author: Colin Walters <walters@verbum.org> |
| 6 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> | 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> |
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index aebe923ee85..5274e3173ef 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ibuf-macs.el --- macros for ibuffer | 1 | ;;; ibuf-macs.el --- macros for ibuffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Colin Walters <walters@verbum.org> | 6 | ;; Author: Colin Walters <walters@verbum.org> |
| 6 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> | 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index b8555c4d710..8e32c6bc7ce 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ibuffer.el --- operate on buffers like dired | 1 | ;;; ibuffer.el --- operate on buffers like dired |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Colin Walters <walters@verbum.org> | 6 | ;; Author: Colin Walters <walters@verbum.org> |
| 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> | 7 | ;; Maintainer: John Paul Wallington <jpw@gnu.org> |
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 9e9662c1697..bbfb817064d 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; icomplete.el --- minibuffer completion incremental feedback | 1 | ;;; icomplete.el --- minibuffer completion incremental feedback |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2005 | 3 | ;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ken Manheimer <klm@i.am> | 6 | ;; Author: Ken Manheimer <klm@i.am> |
| 7 | ;; Maintainer: Ken Manheimer <klm@i.am> | 7 | ;; Maintainer: Ken Manheimer <klm@i.am> |
diff --git a/lisp/ido.el b/lisp/ido.el index 9d7b4877fe8..7b8e8c726ef 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ido.el --- interactively do things with buffers and files. | 1 | ;;; ido.el --- interactively do things with buffers and files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 6 | ;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk> | 7 | ;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk> |
diff --git a/lisp/ielm.el b/lisp/ielm.el index 66a1da39066..57354008b1b 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ielm.el --- interaction mode for Emacs Lisp | 1 | ;;; ielm.el --- interaction mode for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Smith <maa036@lancaster.ac.uk> | 5 | ;; Author: David Smith <maa036@lancaster.ac.uk> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/iimage.el b/lisp/iimage.el index b10679592b3..ace21702a0f 100644 --- a/lisp/iimage.el +++ b/lisp/iimage.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iimage.el --- Inline image minor mode. | 1 | ;;; iimage.el --- Inline image minor mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2005 Free Software Foundation | 3 | ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> | 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> |
| 6 | ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org> | 6 | ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org> |
diff --git a/lisp/image-file.el b/lisp/image-file.el index 6b88b84e19f..94028b740f5 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; image-file.el --- support for visiting image files | 1 | ;;; image-file.el --- support for visiting image files |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 6 | ;; Keywords: multimedia | 7 | ;; Keywords: multimedia |
diff --git a/lisp/image.el b/lisp/image.el index 561e0ac0abf..b45b23db611 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; image.el --- image API | 1 | ;;; image.el --- image API |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 99, 2000, 01, 04 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: multimedia | 7 | ;; Keywords: multimedia |
diff --git a/lisp/imenu.el b/lisp/imenu.el index a210b39c604..1a107ed8aea 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; imenu.el --- framework for mode-specific buffer indexes | 1 | ;;; imenu.el --- framework for mode-specific buffer indexes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2003, 2004 | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> | 6 | ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> |
| 7 | ;; Lars Lindberg <lli@sypro.cap.se> | 7 | ;; Lars Lindberg <lli@sypro.cap.se> |
diff --git a/lisp/indent.el b/lisp/indent.el index 14488e79a62..9e84dfe13e0 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; indent.el --- indentation commands for Emacs | 1 | ;;; indent.el --- indentation commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1995, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | 7 | ||
diff --git a/lisp/info-look.el b/lisp/info-look.el index a408a7b2388..ad09df777cf 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | ;;; info-look.el --- major-mode-sensitive Info index lookup facility | 1 | ;;; info-look.el --- major-mode-sensitive Info index lookup facility |
| 2 | ;; An older version of this was known as libc.el. | 2 | ;; An older version of this was known as libc.el. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1995,96,97,98,99,2001,03,04,05 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 5 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> | 7 | ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> |
| 7 | ;; (did not show signs of life (Nov 2001) -stef) | 8 | ;; (did not show signs of life (Nov 2001) -stef) |
diff --git a/lisp/info-xref.el b/lisp/info-xref.el index bffe5681cd0..79dec8419a1 100644 --- a/lisp/info-xref.el +++ b/lisp/info-xref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; info-xref.el --- check external references in an Info document | 1 | ;;; info-xref.el --- check external references in an Info document |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Ryde <user42@zip.com.au> | 5 | ;; Author: Kevin Ryde <user42@zip.com.au> |
| 6 | ;; Keywords: docs | 6 | ;; Keywords: docs |
diff --git a/lisp/info.el b/lisp/info.el index a7f4c494244..78a9e8a08a2 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; info.el --- info package for Emacs | 1 | ;;; info.el --- info package for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: help | 7 | ;; Keywords: help |
diff --git a/lisp/informat.el b/lisp/informat.el index f3688cb3668..c9198d93191 100644 --- a/lisp/informat.el +++ b/lisp/informat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; informat.el --- info support functions package for Emacs | 1 | ;;; informat.el --- info support functions package for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help | 6 | ;; Keywords: help |
diff --git a/lisp/isearch.el b/lisp/isearch.el index 7cc641f4328..56a73a689a5 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; isearch.el --- incremental search minor mode | 1 | ;;; isearch.el --- incremental search minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, |
| 4 | ;; 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 3665311aaf6..0e7a20a57ec 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; isearchb --- a marriage between iswitchb and isearch | 1 | ;;; isearchb --- a marriage between iswitchb and isearch |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004 John Wiegley | 3 | ;; Copyright (C) 2004, 2005 John Wiegley |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Created: 16 Apr 2004 | 6 | ;; Created: 16 Apr 2004 |
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 408b17c9332..c2e08d3a466 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iswitchb.el --- switch between buffers using substrings | 1 | ;;; iswitchb.el --- switch between buffers using substrings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 | 3 | ;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stephen Eglen <stephen@gnu.org> | 6 | ;; Author: Stephen Eglen <stephen@gnu.org> |
| 7 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> | 7 | ;; Maintainer: Stephen Eglen <stephen@gnu.org> |
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index d98e8791124..2f8fcba91d1 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; jit-lock.el --- just-in-time fontification | 1 | ;;; jit-lock.el --- just-in-time fontification |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 6 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Keywords: faces files | 7 | ;; Keywords: faces files |
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 36775a25470..1967a5d6c1d 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el | 1 | ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) | 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index db18903e21f..b25d3865668 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; jka-compr.el --- reading/writing/loading compressed files | 1 | ;;; jka-compr.el --- reading/writing/loading compressed files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) | 6 | ;; Author: jka@ece.cmu.edu (Jay K. Adams) |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/kermit.el b/lisp/kermit.el index 1b22df1dbe2..73cac8f3bc8 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; kermit.el --- additions to shell mode for use with kermit | 1 | ;;; kermit.el --- additions to shell mode for use with kermit |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jeff Norden <jeff@colgate.csnet> | 5 | ;; Author: Jeff Norden <jeff@colgate.csnet> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 28e2c17c2a8..6bb1ab6f58d 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; kmacro.el --- enhanced keyboard macros | 1 | ;;; kmacro.el --- enhanced keyboard macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kim F. Storm <storm@cua.dk> | 5 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 6 | ;; Keywords: keyboard convenience | 6 | ;; Keywords: keyboard convenience |
diff --git a/lisp/ledit.el b/lisp/ledit.el index cab3c6c7d6c..bf17f3cad4f 100644 --- a/lisp/ledit.el +++ b/lisp/ledit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ledit.el --- Emacs side of ledit interface | 1 | ;;; ledit.el --- Emacs side of ledit interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index bcdf47387da..61c4192387d 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; loadhist.el --- lisp functions for working with feature groups | 1 | ;;; loadhist.el --- lisp functions for working with feature groups |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 2000, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/loadup.el b/lisp/loadup.el index 26070965994..0d145486cdd 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs | 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/locate.el b/lisp/locate.el index 4289d3e975c..cbf2e4866ab 100644 --- a/lisp/locate.el +++ b/lisp/locate.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; locate.el --- interface to the locate command | 1 | ;;; locate.el --- interface to the locate command |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1998, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 6 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 6 | ;; Keywords: unix files | 7 | ;; Keywords: unix files |
diff --git a/lisp/log-edit.el b/lisp/log-edit.el index a3876df8cce..2b38dcadf52 100644 --- a/lisp/log-edit.el +++ b/lisp/log-edit.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; log-edit.el --- Major mode for editing CVS commit messages | 1 | ;;; log-edit.el --- Major mode for editing CVS commit messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999,2000,2003,2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs cvs commit log | 7 | ;; Keywords: pcl-cvs cvs commit log |
diff --git a/lisp/log-view.el b/lisp/log-view.el index 66e8b27c0ff..fbe83d79513 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output | 1 | ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: rcs sccs cvs log version-control | 7 | ;; Keywords: rcs sccs cvs log version-control |
diff --git a/lisp/longlines.el b/lisp/longlines.el index 57e07d1b20a..d51effdb7e2 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; longlines.el --- automatically wrap long lines | 1 | ;;; longlines.el --- automatically wrap long lines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2004, 2005 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | ;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6 | ;; Alex Schroeder <alex@gnu.org> | 6 | ;; Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/lpr.el b/lisp/lpr.el index 5714c746631..c44971e4f30 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lpr.el --- print Emacs buffer on line printer | 1 | ;;; lpr.el --- print Emacs buffer on line printer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2003 | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: unix | 7 | ;; Keywords: unix |
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index dee98a87823..feadbb5e2be 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp | 1 | ;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 6 | ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk> | 7 | ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk> |
diff --git a/lisp/macros.el b/lisp/macros.el index 79471ed905c..7075300ba18 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; macros.el --- non-primitive commands for keyboard macros | 1 | ;;; macros.el --- non-primitive commands for keyboard macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 87, 92, 94, 95, 04 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1995, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev | 7 | ;; Keywords: abbrev |
diff --git a/lisp/makesum.el b/lisp/makesum.el index 985012f90d1..41ecb630f96 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; makesum.el --- generate key binding summary for Emacs | 1 | ;;; makesum.el --- generate key binding summary for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help | 6 | ;; Keywords: help |
diff --git a/lisp/man.el b/lisp/man.el index ed6112e1978..d1b607600a5 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- | 1 | ;;; man.el --- browse UNIX manual pages -*- coding: iso-8859-1 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2001, 2003, 2004 | 3 | ;; Copyright (C) 1993, 1994, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/master.el b/lisp/master.el index bdc5144d63c..adf3e92dcbe 100644 --- a/lisp/master.el +++ b/lisp/master.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; master.el --- make a buffer the master over another buffer | 1 | ;;; master.el --- make a buffer the master over another buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2005 Alexander Schroeder | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Alexander Schroeder |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 1cb1814ba53..0a280309283 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; menu-bar.el --- define a default menu bar | 1 | ;;; menu-bar.el --- define a default menu bar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2005 | 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: RMS | 6 | ;; Author: RMS |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/midnight.el b/lisp/midnight.el index 8bc00b83103..aa93c1b5bab 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; midnight.el --- run something every midnight, e.g., kill old buffers | 1 | ;;; midnight.el --- run something every midnight, e.g., kill old buffers |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998, 2004, 2005 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sam Steingold <sds@usa.net> | 5 | ;; Author: Sam Steingold <sds@usa.net> |
| 6 | ;; Maintainer: Sam Steingold <sds@usa.net> | 6 | ;; Maintainer: Sam Steingold <sds@usa.net> |
diff --git a/lisp/minibuf-eldef.el b/lisp/minibuf-eldef.el index f3b08be702f..0657baedd5f 100644 --- a/lisp/minibuf-eldef.el +++ b/lisp/minibuf-eldef.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; minibuf-eldef.el --- Only show defaults in prompts when applicable | 1 | ;;; minibuf-eldef.el --- Only show defaults in prompts when applicable |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 6 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/misc.el b/lisp/misc.el index c081a8cd8c4..f906fb0db7b 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; misc.el --- some nonstandard basic editing commands for Emacs | 1 | ;;; misc.el --- some nonstandard basic editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index 6279d4e1f46..f5034a1dac1 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mouse-copy.el --- one-click text copy and move | 1 | ;;; mouse-copy.el --- one-click text copy and move |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Heidemann <johnh@ISI.EDU> | 5 | ;; Author: John Heidemann <johnh@ISI.EDU> |
| 6 | ;; Keywords: mouse | 6 | ;; Keywords: mouse |
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el index 6971bdb9a89..11bacd6b8a2 100644 --- a/lisp/mouse-drag.el +++ b/lisp/mouse-drag.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling | 1 | ;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: John Heidemann <johnh@ISI.EDU> | 6 | ;; Author: John Heidemann <johnh@ISI.EDU> |
| 6 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 1a271a5ab7d..ccd469200be 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mouse-sel.el --- multi-click selection support for Emacs 19 | 1 | ;;; mouse-sel.el --- multi-click selection support for Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2004 | 3 | ;; Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mike Williams <mdub@bigfoot.com> | 6 | ;; Author: Mike Williams <mdub@bigfoot.com> |
| 7 | ;; Keywords: mouse | 7 | ;; Keywords: mouse |
diff --git a/lisp/mouse.el b/lisp/mouse.el index 4fd81ced998..c928e04f8ed 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mouse.el --- window system-independent mouse support | 1 | ;;; mouse.el --- window system-independent mouse support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 94, 95, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: hardware, mouse | 7 | ;; Keywords: hardware, mouse |
diff --git a/lisp/msb.el b/lisp/msb.el index 945535267ff..8fa63d98051 100644 --- a/lisp/msb.el +++ b/lisp/msb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; msb.el --- customizable buffer-selection with multiple menus | 1 | ;;; msb.el --- customizable buffer-selection with multiple menus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Lindberg <lars.lindberg@home.se> | 6 | ;; Author: Lars Lindberg <lars.lindberg@home.se> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 27116c75e98..391ce3a5e04 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mwheel.el --- Wheel mouse support | 1 | ;;; mwheel.el --- Wheel mouse support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; Maintainer: William M. Perry <wmperry@gnu.org> | 5 | ;; Maintainer: William M. Perry <wmperry@gnu.org> |
| 5 | ;; Keywords: mouse | 6 | ;; Keywords: mouse |
| 6 | 7 | ||
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index c0ad722c158..78f3824ed23 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; newcomment.el --- (un)comment regions of buffers | 1 | ;;; newcomment.el --- (un)comment regions of buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: code extracted from Emacs-20's simple.el | 6 | ;; Author: code extracted from Emacs-20's simple.el |
| 6 | ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> | 7 | ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> |
diff --git a/lisp/novice.el b/lisp/novice.el index ea17ea642e5..dfaf0b6c6d3 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs | 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 2002, 2004, 2005 | 3 | ;; Copyright (C) 1985, 1986, 1987, 1994, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal, help | 7 | ;; Keywords: internal, help |
diff --git a/lisp/outline.el b/lisp/outline.el index 6b662664b58..213bc34aba7 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; outline.el --- outline mode commands for Emacs | 1 | ;;; outline.el --- outline mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2004 | 3 | ;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: outlines | 7 | ;; Keywords: outlines |
diff --git a/lisp/paren.el b/lisp/paren.el index f0bf458a3ab..a1cc12712f7 100644 --- a/lisp/paren.el +++ b/lisp/paren.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; paren.el --- highlight matching paren | 1 | ;;; paren.el --- highlight matching paren |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1996, 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: rms@gnu.org | 6 | ;; Author: rms@gnu.org |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/paths.el b/lisp/paths.el index 388da1af8f2..f248eac9242 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- | 1 | ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1988, 1994, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1988, 1994, 1999, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/pcmpl-cvs.el b/lisp/pcmpl-cvs.el index 54ab07e6e85..628ad8399ce 100644 --- a/lisp/pcmpl-cvs.el +++ b/lisp/pcmpl-cvs.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pcmpl-cvs.el --- functions for dealing with cvs completions | 1 | ;;; pcmpl-cvs.el --- functions for dealing with cvs completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 7 | ||
diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index 36713323075..bf7653618b8 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pcmpl-gnu.el --- completions for GNU project tools | 1 | ;;; pcmpl-gnu.el --- completions for GNU project tools |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lisp/pcmpl-linux.el b/lisp/pcmpl-linux.el index bb77bf00231..02f840bee30 100644 --- a/lisp/pcmpl-linux.el +++ b/lisp/pcmpl-linux.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions | 1 | ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index 50c4906886f..5e9afcf51cb 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pcmpl-rpm.el --- functions for dealing with rpm completions | 1 | ;;; pcmpl-rpm.el --- functions for dealing with rpm completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index edbc1b28586..de9c143ae6f 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pcmpl-unix.el --- standard UNIX completions | 1 | ;;; pcmpl-unix.el --- standard UNIX completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 3f0ffc54eeb..785c62290c4 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; pcomplete.el --- programmable completion | 1 | ;;; pcomplete.el --- programmable completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000,01,02,03,04 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005 Free Sofware Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Keywords: processes abbrev | 7 | ;; Keywords: processes abbrev |
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 1e4c29f5583..3be6cbd9182 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS | 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el index 0a48fc7d8e7..291e4ae85c4 100644 --- a/lisp/pcvs-info.el +++ b/lisp/pcvs-info.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry | 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el index 1b08473d305..66c791db51c 100644 --- a/lisp/pcvs-parse.el +++ b/lisp/pcvs-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-parse.el --- the CVS output parser | 1 | ;;; pcvs-parse.el --- the CVS output parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2002, 2003, 2004 Free Software Foundation, Inc. | 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index 05495d1e264..1c4896435db 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- | 1 | ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2001, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 34a93a1d659..f5564155ff7 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pcvs.el --- a front-end to CVS | 1 | ;;; pcvs.el --- a front-end to CVS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com | 6 | ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com |
| 7 | ;; (Per Cederqvist) ceder@lysator.liu.se | 7 | ;; (Per Cederqvist) ceder@lysator.liu.se |
diff --git a/lisp/printing.el b/lisp/printing.el index c73242961cf..eabca64f085 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; printing.el --- printing utilities | 1 | ;;; printing.el --- printing utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index e57e030c40b..748cfd560b4 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ps-mule.el --- provide multi-byte character facility to ps-print | 1 | ;;; ps-mule.el --- provide multi-byte character facility to ps-print |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | 7 | ;; Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 85cc5dda49d..94f1f5839a2 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ps-print.el --- print text from the buffer as PostScript | 1 | ;;; ps-print.el --- print text from the buffer as PostScript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 6 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 7 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 7 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
diff --git a/lisp/recentf.el b/lisp/recentf.el index dcb962c3f19..524d00d389d 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; recentf.el --- setup a menu of recently opened files | 1 | ;;; recentf.el --- setup a menu of recently opened files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 6 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Created: July 19 1999 | 7 | ;; Created: July 19 1999 |
diff --git a/lisp/rect.el b/lisp/rect.el index 08b601c050e..d7ae6592f74 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rect.el --- rectangle functions for GNU Emacs | 1 | ;;; rect.el --- rectangle functions for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: Didier Verna <didier@xemacs.org> | 6 | ;; Maintainer: Didier Verna <didier@xemacs.org> |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/register.el b/lisp/register.el index 4789047b0af..14d7494633a 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; register.el --- register commands for Emacs | 1 | ;;; register.el --- register commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1993, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/repeat.el b/lisp/repeat.el index b1b8cc40aa8..adaf8a4bb9a 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; repeat.el --- convenient way to repeat the previous command | 1 | ;;; repeat.el --- convenient way to repeat the previous command |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Will Mengarini <seldon@eskimo.com> | 5 | ;; Author: Will Mengarini <seldon@eskimo.com> |
| 6 | ;; Created: Mo 02 Mar 98 | 6 | ;; Created: Mo 02 Mar 98 |
diff --git a/lisp/replace.el b/lisp/replace.el index 451650401b1..6ce961c28a7 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; replace.el --- replace commands for Emacs | 1 | ;;; replace.el --- replace commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1996, 1997, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1996, 1997, 2000, 2001, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/reposition.el b/lisp/reposition.el index 41283ce251a..7a6ea277b02 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; reposition.el --- center a Lisp function or comment on the screen | 1 | ;;; reposition.el --- center a Lisp function or comment on the screen |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> | 6 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> |
| 6 | ;; Created: Jan 1991 | 7 | ;; Created: Jan 1991 |
diff --git a/lisp/resume.el b/lisp/resume.el index db21a4bab4c..29ce253e4a2 100644 --- a/lisp/resume.el +++ b/lisp/resume.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; resume.el --- process command line args from within a suspended Emacs job | 1 | ;;; resume.el --- process command line args from within a suspended Emacs job |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joe Wells <jbw@bucsf.bu.edu> | 5 | ;; Author: Joe Wells <jbw@bucsf.bu.edu> |
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
diff --git a/lisp/reveal.el b/lisp/reveal.el index 402fa7c4f49..41b7c4268c2 100644 --- a/lisp/reveal.el +++ b/lisp/reveal.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; reveal.el --- Automatically reveal hidden text at point | 1 | ;;; reveal.el --- Automatically reveal hidden text at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: outlines | 7 | ;; Keywords: outlines |
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 5c7865d864f..9141b5220e8 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; rfn-eshadow.el --- Highlight `shadowed' part of read-file-name input text | 1 | ;;; rfn-eshadow.el --- Highlight `shadowed' part of read-file-name input text |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Miles Bader <miles@gnu.org> | 6 | ;; Author: Miles Bader <miles@gnu.org> |
| 6 | ;; Keywords: convenience minibuffer | 7 | ;; Keywords: convenience minibuffer |
diff --git a/lisp/rot13.el b/lisp/rot13.el index 99b34ef9d17..664e2cfadc6 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rot13.el --- display a buffer in rot13 | 1 | ;;; rot13.el --- display a buffer in rot13 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988,2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/s-region.el b/lisp/s-region.el index b28ab222434..06b5bb3f926 100644 --- a/lisp/s-region.el +++ b/lisp/s-region.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; s-region.el --- set region using shift key | 1 | ;;; s-region.el --- set region using shift key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 6 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index afb10ede9d5..645b298ee66 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; saveplace.el --- automatically save place in files | 1 | ;;; saveplace.el --- automatically save place in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 6 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index 2c0636d69d2..f2a953f7a21 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scroll-all.el --- scroll all buffers together minor mode | 1 | ;;; scroll-all.el --- scroll all buffers together minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> | 5 | ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com> |
| 6 | ;; Keywords: scroll crisp brief lock | 6 | ;; Keywords: scroll crisp brief lock |
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 64429ba4da5..1fabb78dc49 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; scroll-bar.el --- window system-independent scroll bar support | 1 | ;;; scroll-bar.el --- window system-independent scroll bar support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2003 | 3 | ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
diff --git a/lisp/select.el b/lisp/select.el index 46f9fd7fab3..1d8d13208fa 100644 --- a/lisp/select.el +++ b/lisp/select.el | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | ;; Maintainer: FSF | 3 | ;; Maintainer: FSF |
| 4 | ;; Keywords: internal | 4 | ;; Keywords: internal |
| 5 | 5 | ||
| 6 | ;; Copyright (c) 1993, 1994, 2004 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1993, 1994, 2002, 2003, 2004, |
| 7 | ;; 2005 Free Software Foundation, Inc. | ||
| 7 | ;; Based partially on earlier release by Lucid. | 8 | ;; Based partially on earlier release by Lucid. |
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/server.el b/lisp/server.el index 48ff50f3dbc..7256a729de3 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; server.el --- Lisp code for GNU Emacs running as server process | 1 | ;;; server.el --- Lisp code for GNU Emacs running as server process |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986,87,92,94,95,96,97,98,99,2000,01,02,03,2004 | 3 | ;; Copyright (C) 1986, 1987, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> | 6 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/ses.el b/lisp/ses.el index f7de1ddb50a..e4124de9fb5 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- | 1 | ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 2e5943db0f5..990049afff1 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; shadowfile.el --- automatic file copying | 1 | ;;; shadowfile.el --- automatic file copying |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: comm files | 7 | ;; Keywords: comm files |
diff --git a/lisp/shell.el b/lisp/shell.el index 2684ee30a65..6b25cf3abde 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; shell.el --- specialized comint.el for running the shell | 1 | ;;; shell.el --- specialized comint.el for running the shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 93, 94, 95, 96, 1997, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 2000, |
| 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 6 | ;; Simon Marshall <simon@gnu.org> | 7 | ;; Simon Marshall <simon@gnu.org> |
diff --git a/lisp/simple.el b/lisp/simple.el index 5e5a5c71aaa..affc4dd8ea8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | ;;; simple.el --- basic editing commands for Emacs | 1 | ;;; simple.el --- basic editing commands for Emacs |
| 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 | ;; 2000, 2001, 2002, 2003, 2004, 2005 | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | ;; Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 8 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index d0d7a0e96c6..26d6613d1bf 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; skeleton.el --- Lisp language extension for writing statement skeletons | 1 | ;;; skeleton.el --- Lisp language extension for writing statement skeletons |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 2003 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/smerge-mode.el b/lisp/smerge-mode.el index a40486ffd07..6ffbdc50cf5 100644 --- a/lisp/smerge-mode.el +++ b/lisp/smerge-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts | 1 | ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: revision-control merge diff3 cvs conflict | 7 | ;; Keywords: revision-control merge diff3 cvs conflict |
diff --git a/lisp/sort.el b/lisp/sort.el index e2fe806c430..6a008b82425 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sort.el --- commands to sort text in an Emacs buffer | 1 | ;;; sort.el --- commands to sort text in an Emacs buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1994, 1995, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1987, 1994, 1995, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Howie Kaye | 6 | ;; Author: Howie Kaye |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/soundex.el b/lisp/soundex.el index 2ed79b29455..58ba1872503 100644 --- a/lisp/soundex.el +++ b/lisp/soundex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; soundex.el --- implement Soundex algorithm | 1 | ;;; soundex.el --- implement Soundex algorithm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> | 5 | ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 188304bce74..12d25ed7ee0 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; speedbar.el --- quick access to files and tags in a frame | 1 | ;;; speedbar.el --- quick access to files and tags in a frame |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2005 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.11a | 7 | ;; Version: 0.11a |
diff --git a/lisp/startup.el b/lisp/startup.el index b2afdb744c1..61b56e7babf 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; startup.el --- process Emacs shell arguments | 1 | ;;; startup.el --- process Emacs shell arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; 2001, 2002, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/strokes.el b/lisp/strokes.el index a35a5d6f161..925ef360254 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; strokes.el --- control Emacs through mouse strokes | 1 | ;;; strokes.el --- control Emacs through mouse strokes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000, 2002, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: David Bakhash <cadet@alum.mit.edu> | 6 | ;; Author: David Bakhash <cadet@alum.mit.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/subr.el b/lisp/subr.el index c0405f46011..4704dd1e99e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; subr.el --- basic lisp subroutines for Emacs | 1 | ;;; subr.el --- basic lisp subroutines for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/tabify.el b/lisp/tabify.el index 78ee80bee1b..84809839883 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; tabify.el --- tab conversion commands for Emacs | 1 | ;;; tabify.el --- tab conversion commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | 7 | ||
diff --git a/lisp/talk.el b/lisp/talk.el index d2436e59ff2..6ef86736cae 100644 --- a/lisp/talk.el +++ b/lisp/talk.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; talk.el --- allow several users to talk to each other through Emacs | 1 | ;;; talk.el --- allow several users to talk to each other through Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: comm, frames | 6 | ;; Keywords: comm, frames |
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 7da14387738..4362e97af0b 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs | 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990,91,93,94,95,96,97,98,99,2000,01,2004 | 3 | ;; Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/tempo.el b/lisp/tempo.el index 282885e2d65..4939715a31c 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; tempo.el --- Flexible template insertion | 1 | ;;; tempo.el --- Flexible template insertion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: David K}gedal <davidk@lysator.liu.se> | 6 | ;; Author: David K}gedal <davidk@lysator.liu.se> |
| 6 | ;; Created: 16 Feb 1994 | 7 | ;; Created: 16 Feb 1994 |
diff --git a/lisp/term.el b/lisp/term.el index 22159ff3a5e..9d6ee5a4e93 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; term.el --- general command interpreter in a window stuff | 1 | ;;; term.el --- general command interpreter in a window stuff |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Per Bothner <per@bothner.com> | 6 | ;; Author: Per Bothner <per@bothner.com> |
| 6 | ;; Maintainer: Dan Nicolaescu <dann@ics.uci.edu>, Per Bothner <per@bothner.com> | 7 | ;; Maintainer: Dan Nicolaescu <dann@ics.uci.edu>, Per Bothner <per@bothner.com> |
diff --git a/lisp/terminal.el b/lisp/terminal.el index d9ba5d3f728..75d0c7acbd7 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; terminal.el --- terminal emulator for GNU Emacs | 1 | ;;; terminal.el --- terminal emulator for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1988, 1989, 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1987, 1988, 1989, 1993, 1994, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index eee7b853743..c76a3bf2d70 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; thingatpt.el --- get the `thing' at point | 1 | ;;; thingatpt.el --- get the `thing' at point |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991,92,93,94,95,96,97,1998,2000 | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> | 6 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 0d6e9a5ac44..0fa448d4d7a 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thumbs.el --- Thumbnails previewer for images files | 1 | ;;; thumbs.el --- Thumbnails previewer for images files |
| 2 | 2 | ||
| 3 | ;; Copyright 2004, 2005 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> | 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> |
| 6 | ;; Keywords: Multimedia | 6 | ;; Keywords: Multimedia |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 5b763d2f0ff..0f3aeb06895 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs | 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright 1989, 1993, 1994, 1995, 1997, 2000, 2001 | 3 | ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/time.el b/lisp/time.el index a6a4d771a2c..2481d9966e1 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- | 1 | ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 87, 93, 94, 96, 2000, 2001, 2002, 2003 | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
diff --git a/lisp/timezone.el b/lisp/timezone.el index 692e2a682ce..7093aec22a4 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; timezone.el --- time zone package for GNU Emacs | 1 | ;;; timezone.el --- time zone package for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1996, 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1996, 1999, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Masanobu Umeda | 6 | ;; Author: Masanobu Umeda |
| 6 | ;; Maintainer: umerin@mse.kyutech.ac.jp | 7 | ;; Maintainer: umerin@mse.kyutech.ac.jp |
diff --git a/lisp/tmm.el b/lisp/tmm.el index a55b11b17f6..f73e3fa0980 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tmm.el --- text mode access to menu-bar | 1 | ;;; tmm.el --- text mode access to menu-bar |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002 | 3 | ;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> | 6 | ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index c8991c07e54..59f07df0089 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tooltip.el --- show tooltip windows | 1 | ;;; tooltip.el --- show tooltip windows |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Gerd Moellmann <gerd@acm.org> | 6 | ;; Author: Gerd Moellmann <gerd@acm.org> |
| 7 | ;; Keywords: help c mouse tools | 7 | ;; Keywords: help c mouse tools |
diff --git a/lisp/type-break.el b/lisp/type-break.el index 4545351f5a9..9c49a5b6672 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; type-break.el --- encourage rests from typing at appropriate intervals | 1 | ;;; type-break.el --- encourage rests from typing at appropriate intervals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 95, 97, 2000, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1997, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Noah Friedman | 6 | ;; Author: Noah Friedman |
| 6 | ;; Maintainer: Noah Friedman <friedman@splode.com> | 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> |
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 9e241a55f8b..cc08ab70836 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uniquify.el --- unique buffer names dependent on file name | 1 | ;;; uniquify.el --- unique buffer names dependent on file name |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1989, 1995, 1996, 1997, 2001, 2003, 2005 | 3 | ;; Copyright (C) 1989, 1995, 1996, 1997, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dick King <king@reasoning.com> | 6 | ;; Author: Dick King <king@reasoning.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/userlock.el b/lisp/userlock.el index 5e2f337db07..37ff1f13ba2 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; userlock.el --- handle file access contention between multiple users | 1 | ;;; userlock.el --- handle file access contention between multiple users |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, inc. | 3 | ;; Copyright (C) 1985, 1986, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index d59e7143179..79056c4c947 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system | 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 16759351407..cf661f62768 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-cvs.el --- non-resident support for CVS version-control | 1 | ;;; vc-cvs.el --- non-resident support for CVS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995,98,99,2000,2001,02,2003, 2005 | 3 | ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 5e8bf4f523c..5872e2f1990 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-hooks.el --- resident support for version-control | 1 | ;;; vc-hooks.el --- resident support for version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2004 | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el index e324cb7eb1c..271cd01cbfb 100644 --- a/lisp/vc-mcvs.el +++ b/lisp/vc-mcvs.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system | 1 | ;;; vc-mcvs.el --- VC backend for the Meta-CVS version-control system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index e591baf3a26..e301804cf17 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-rcs.el --- support for RCS version-control | 1 | ;;; vc-rcs.el --- support for RCS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; 2000, 2001, 2004 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index c4a48274e36..e4d14d8ae70 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc-sccs.el --- support for SCCS version-control | 1 | ;;; vc-sccs.el --- support for SCCS version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | ;; 2000, 2001, 2004 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 6 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 9e0b3414a04..de34fa847e2 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control | 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc.el b/lisp/vc.el index d4ece57a3d6..a0b6ffa0ad8 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; vc.el --- drive a version-control system from within Emacs | 1 | ;;; vc.el --- drive a version-control system from within Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, |
| 4 | ;; 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: FSF (see below for full credits) | 6 | ;; Author: FSF (see below for full credits) |
| 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 7 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 89f30cf7232..11ac28ae14a 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; vcursor.el --- manipulate an alternative ("virtual") cursor | 1 | ;;; vcursor.el --- manipulate an alternative ("virtual") cursor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1996, 1998, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> | 6 | ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/version.el b/lisp/version.el index 9dcde773c01..62d367e2f79 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- | 1 | ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001 | 3 | ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/view.el b/lisp/view.el index c327dcdaa36..80c6207f275 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; view.el --- peruse file or buffer without editing | 1 | ;;; view.el --- peruse file or buffer without editing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000, 2001 | 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: Inge Frick <inge@nada.kth.se> | 7 | ;; Maintainer: Inge Frick <inge@nada.kth.se> |
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index 886b8572e77..b591c0d56f2 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; vms-patch.el --- override parts of files.el for VMS | 1 | ;;; vms-patch.el --- override parts of files.el for VMS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: vms | 7 | ;; Keywords: vms |
diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el index 3c4df12c8bb..aa96560ee48 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs | 1 | ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mukesh Prasad | 5 | ;; Author: Mukesh Prasad |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/vt-control.el b/lisp/vt-control.el index ed65c93290f..61d8ec32a7b 100644 --- a/lisp/vt-control.el +++ b/lisp/vt-control.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; vt-control.el --- Common VTxxx control functions | 1 | ;;; vt-control.el --- Common VTxxx control functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index 805746dd495..0238962082e 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones | 1 | ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 1e7f7b3e154..6d936c44dc8 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; w32-fns.el --- Lisp routines for Windows NT | 1 | ;;; w32-fns.el --- Lisp routines for Windows NT |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Geoff Voelker <voelker@cs.washington.edu> | 6 | ;; Author: Geoff Voelker <voelker@cs.washington.edu> |
| 6 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 8e998b9968d..1b4ea8ee60b 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; w32-vars.el --- MS-Windows specific user options | 1 | ;;; w32-vars.el --- MS-Windows specific user options |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jason Rumney <jasonr@gnu.org> | 5 | ;; Author: Jason Rumney <jasonr@gnu.org> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/wdired.el b/lisp/wdired.el index c22a8dff633..ef20ea6f9a2 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wdired.el --- Rename files editing their names in dired buffers | 1 | ;;; wdired.el --- Rename files editing their names in dired buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Filename: wdired.el | 5 | ;; Filename: wdired.el |
| 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> | 6 | ;; Author: Juan León Lahoz García <juanleon1@gmail.com> |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index ac31a4d820b..d3ae080e485 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; whitespace.el --- warn about and clean bogus whitespaces in the file | 1 | ;;; whitespace.el --- warn about and clean bogus whitespaces in the file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> | 6 | ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> |
| 6 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index 17fe9c24214..c8a34140f69 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wid-browse.el --- functions for browsing widgets | 1 | ;;; wid-browse.el --- functions for browsing widgets |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 8889fbb0488..1198eff55ba 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*- | 1 | ;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*- |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996,97,1999,2000,01,02,2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/widget.el b/lisp/widget.el index f6c8efa6374..8e9b0977c05 100644 --- a/lisp/widget.el +++ b/lisp/widget.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; widget.el --- a library of user interface components | 1 | ;;; widget.el --- a library of user interface components |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: help, extensions, faces, hypermedia | 7 | ;; Keywords: help, extensions, faces, hypermedia |
diff --git a/lisp/windmove.el b/lisp/windmove.el index 785a7538a69..dabaeb9ebc3 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; windmove.el --- directional window-selection routines | 1 | ;;; windmove.el --- directional window-selection routines |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | ;; | 5 | ;; |
| 5 | ;; Author: Hovav Shacham (hovav@cs.stanford.edu) | 6 | ;; Author: Hovav Shacham (hovav@cs.stanford.edu) |
| 6 | ;; Created: 17 October 1998 | 7 | ;; Created: 17 October 1998 |
diff --git a/lisp/window.el b/lisp/window.el index c31b3149556..a0820bb7cf6 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; window.el --- GNU Emacs window commands aside from those written in C | 1 | ;;; window.el --- GNU Emacs window commands aside from those written in C |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001, 2002, 2004, 2005 | 3 | ;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001, 2002, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
diff --git a/lisp/winner.el b/lisp/winner.el index af72bea14d2..0fbd0221e49 100644 --- a/lisp/winner.el +++ b/lisp/winner.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; winner.el --- Restore old window configurations | 1 | ;;; winner.el --- Restore old window configurations |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2001, 2004 Free Software Foundation. Inc. | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation. Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> | 6 | ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> |
| 6 | ;; Created: 27 Feb 1997 | 7 | ;; Created: 27 Feb 1997 |
diff --git a/lisp/woman.el b/lisp/woman.el index 9ad3b50e381..5ecc4744305 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; woman.el --- browse UN*X manual pages `wo (without) man' | 1 | ;;; woman.el --- browse UN*X manual pages `wo (without) man' |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2002, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> | 5 | ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> |
| 6 | ;; Maintainer: Francis J. Wright <F.J.Wright@qmul.ac.uk> | 6 | ;; Maintainer: Francis J. Wright <F.J.Wright@qmul.ac.uk> |
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 0a4017a7b7c..612e033c4cb 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; x-dnd.el --- drag and drop support for X. | 1 | ;;; x-dnd.el --- drag and drop support for X. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004 | 3 | ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 7 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/xml.el b/lisp/xml.el index 53cf850b983..90ba5baf9b8 100644 --- a/lisp/xml.el +++ b/lisp/xml.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; xml.el --- XML parser | 1 | ;;; xml.el --- XML parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 01, 03, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Emmanuel Briot <briot@gnat.com> | 6 | ;; Author: Emmanuel Briot <briot@gnat.com> |
| 6 | ;; Maintainer: Mark A. Hershberger <mah@everybody.org> | 7 | ;; Maintainer: Mark A. Hershberger <mah@everybody.org> |
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index e8b0cee00e4..80927647fbb 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; xt-mouse.el --- support the mouse when emacs run in an xterm | 1 | ;;; xt-mouse.el --- support the mouse when emacs run in an xterm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2000, 2001, 2005 Free Software Foundation | 3 | ;; Copyright (C) 1994, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: mouse, terminals | 7 | ;; Keywords: mouse, terminals |