diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-09-19 21:15:06 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-09-19 21:15:06 +0200 |
commit | c6d3d97bf5a75e0c4a653f3cc380371f890f4fb3 (patch) | |
tree | c080e249caaeccf026aaca5726f6c62c3bfb1e56 /lisp/emacs-lisp/regexp-opt.el | |
parent | 0e5eb6ec8ce99c423bbafc6e8e3292d4459050d1 (diff) | |
parent | d6b25b84bc8cde6b8d396b073945c8340e6ca40d (diff) | |
download | emacs-c6d3d97bf5a75e0c4a653f3cc380371f890f4fb3.tar.gz emacs-c6d3d97bf5a75e0c4a653f3cc380371f890f4fb3.tar.bz2 emacs-c6d3d97bf5a75e0c4a653f3cc380371f890f4fb3.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/regexp-opt.el')
-rw-r--r-- | lisp/emacs-lisp/regexp-opt.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index cae5dd00d1d..4d5a39458d2 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el @@ -133,7 +133,6 @@ usually more efficient than that of a simplified version: (save-match-data ;; Recurse on the sorted list. (let* ((max-lisp-eval-depth 10000) - (max-specpdl-size 10000) (completion-ignore-case nil) (completion-regexp-list nil) (open (cond ((stringp paren) paren) (paren "\\("))) |