diff lisp/emacs-lisp/regexp-opt.el @ 74466:1d4b1a32fd66

Update copyright years.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Dec 2006 05:06:17 +0000
parents 9faf984a83f8
children 7a3f13e2dd57 6588c6259dfb
line wrap: on
line diff
--- a/lisp/emacs-lisp/regexp-opt.el	Wed Dec 06 16:00:01 2006 +0000
+++ b/lisp/emacs-lisp/regexp-opt.el	Thu Dec 07 05:06:17 2006 +0000
@@ -1,6 +1,6 @@
 ;;; regexp-opt.el --- generate efficient regexps to match strings
 
-;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
+;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 ;;   2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Simon Marshall <simon@gnu.org>