diff options
author | Stephen Berman <stephen.berman@gmx.net> | 2013-06-14 22:07:55 +0200 |
---|---|---|
committer | Stephen Berman <stephen.berman@gmx.net> | 2013-06-14 22:07:55 +0200 |
commit | bd358779861f265a7acff31ead40172735af693e (patch) | |
tree | 345217a9889dbd29b09bdc80a94265c17719d41f /lisp/emacs-lisp/regexp-opt.el | |
parent | 2a97b47f0878cbda86cb6ba0e7e744924810b70e (diff) | |
parent | f7394b12358ae453a0c8b85fc307afc1b740010d (diff) | |
download | emacs-bd358779861f265a7acff31ead40172735af693e.tar.gz emacs-bd358779861f265a7acff31ead40172735af693e.tar.bz2 emacs-bd358779861f265a7acff31ead40172735af693e.zip |
Merge from trunk.
Diffstat (limited to 'lisp/emacs-lisp/regexp-opt.el')
-rw-r--r-- | lisp/emacs-lisp/regexp-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index 8c64327c0ff..de9966c0af0 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el @@ -1,6 +1,6 @@ ;;; regexp-opt.el --- generate efficient regexps to match strings -;; Copyright (C) 1994-2012 Free Software Foundation, Inc. +;; Copyright (C) 1994-2013 Free Software Foundation, Inc. ;; Author: Simon Marshall <simon@gnu.org> ;; Maintainer: FSF |