Mercurial > emacs
changeset 42625:ad0233037e24
(regexp-opt): Bind max-specpdl-size.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Jan 2002 00:31:50 +0000 |
parents | b05730e3a07c |
children | 56d339fb951d |
files | lisp/emacs-lisp/regexp-opt.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/regexp-opt.el Tue Jan 08 23:57:49 2002 +0000 +++ b/lisp/emacs-lisp/regexp-opt.el Wed Jan 09 00:31:50 2002 +0000 @@ -101,6 +101,7 @@ (save-match-data ;; Recurse on the sorted list. (let* ((max-lisp-eval-depth (* 1024 1024)) + (max-specpdl-size (* 1024 1024)) (completion-ignore-case nil) (completion-regexp-list nil) (words (eq paren 'words))