mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
(regexp-opt): Bind max-specpdl-size.
This commit is contained in:
parent
e3b2eba1b6
commit
f3bd3e5ff1
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2002-01-08 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
|
||||
|
||||
* emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
|
||||
|
||||
* textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ by \\=\\< and \\>."
|
|||
(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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue