comparison lisp/emacs-lisp/regexp-opt.el @ 27589:ab0d5f2bb751

Change maintainer.
author Dave Love <fx@gnu.org>
date Wed, 02 Feb 2000 16:00:17 +0000
parents 6f591e2d9c0d
children e09db52da018
comparison
equal deleted inserted replaced
27588:567639571c84 27589:ab0d5f2bb751
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, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
4 4
5 ;; Author: Simon Marshall <simon@gnu.org> 5 ;; Author: Simon Marshall <simon@gnu.org>
6 ;; Maintainer: FSF
6 ;; Keywords: strings, regexps 7 ;; Keywords: strings, regexps
7 ;; Version: 1.07 8 ;; Version: 1.07
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11