comparison 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
comparison
equal deleted inserted replaced
74465:961428a4bccd 74466:1d4b1a32fd66
1 ;;; regexp-opt.el --- generate efficient regexps to match strings 1 ;;; regexp-opt.el --- generate efficient regexps to match strings
2 2
3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 4 ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5 5
6 ;; Author: Simon Marshall <simon@gnu.org> 6 ;; Author: Simon Marshall <simon@gnu.org>
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: strings, regexps, extensions 8 ;; Keywords: strings, regexps, extensions