aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/custom.el3
-rw-r--r--lisp/faces.el2
-rw-r--r--lisp/font-lock.el2
-rw-r--r--lisp/isearch.el2
4 files changed, 5 insertions, 4 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index c6b195120be..f5cfd55400a 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1,6 +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 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 1997, 1999, 2001, 2002, 2004
4;; 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/faces.el b/lisp/faces.el
index 0f613f2a1f9..a754b58c928 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1,6 +1,6 @@
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 3;; Copyright (C) 1992,1993,1994,1995,1996,1998,1999,2000,2001,2002,2004
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 86f20faf871..4deacb9e87f 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1,6 +1,6 @@
1;;; font-lock.el --- Electric font lock mode 1;;; font-lock.el --- Electric font lock mode
2 2
3;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 1999, 2000, 2001, 02, 2003 3;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 1999, 2000, 2001, 02, 2003, 2004
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: jwz, then rms, then sm 6;; Author: jwz, then rms, then sm
diff --git a/lisp/isearch.el b/lisp/isearch.el
index c0d694e84b1..6eecd623cfd 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1,6 +1,6 @@
1;;; isearch.el --- incremental search minor mode 1;;; isearch.el --- incremental search minor mode
2 2
3;; Copyright (C) 1992, 93, 94, 95, 96, 97, 1999, 2000, 01, 2003 3;; Copyright (C) 1992, 93, 94, 95, 96, 97, 1999, 2000, 01, 2003, 2004
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> 6;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>