summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-01-24 12:07:09 +0000
committerKim F. Storm <storm@cua.dk>2003-01-24 12:07:09 +0000
commitf3097385118e16df4d5bf23c7645dcb1e599799c (patch)
tree15e8e4f23359e0cbf696085010d07383d6668393 /lisp/ido.el
parentf432a0f8a0fa8948fdbda0718d0b70d508bd9f97 (diff)
downloademacs-f3097385118e16df4d5bf23c7645dcb1e599799c.tar.gz
Update copyright.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index c4444e31c3c..608386bfb68 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -1,6 +1,6 @@
;;; ido.el --- interactively do things with buffers and files.
-;; Copyright (C) 1996-2002 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2003 Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk>