summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ewoc.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-12-07 05:06:17 +0000
committerGlenn Morris <rgm@gnu.org>2006-12-07 05:06:17 +0000
commitd59c31376c2b95e20644c1526e7e53eafcd46067 (patch)
tree54eeea3aa7c3f61e5f99b61cf48dac4fe9e7c149 /lisp/emacs-lisp/ewoc.el
parent12f7728e938fe5bb850ce2928637d1e349919142 (diff)
downloademacs-d59c31376c2b95e20644c1526e7e53eafcd46067.tar.gz
emacs-d59c31376c2b95e20644c1526e7e53eafcd46067.tar.bz2
emacs-d59c31376c2b95e20644c1526e7e53eafcd46067.zip
Update copyright years.
Diffstat (limited to 'lisp/emacs-lisp/ewoc.el')
-rw-r--r--lisp/emacs-lisp/ewoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el
index b4857f4310d..0ffaf564ba4 100644
--- a/lisp/emacs-lisp/ewoc.el
+++ b/lisp/emacs-lisp/ewoc.el
@@ -1,7 +1,7 @@
;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Per Cederqvist <ceder@lysator.liu.se>
;; Inge Wallin <inge@lysator.liu.se>