comparison lisp/emacs-lisp/regexp-opt.el @ 79704:78ee6fae0e41

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Jan 2008 01:07:48 +0000
parents 935157c0b596
children 606f2d163a64
comparison
equal deleted inserted replaced
79703:974a828870fe 79704:78ee6fae0e41
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, 2001, 2002, 3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2003, 2004, 2005, 2006, 2007, 2008 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
9 9