mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
(regexp-opt): Bind completion-regexp-list to nil.
This commit is contained in:
parent
f1259a53b0
commit
08cf00d8f7
@ -102,6 +102,7 @@ by \\=\\< and \\>."
|
||||
;; Recurse on the sorted list.
|
||||
(let* ((max-lisp-eval-depth (* 1024 1024))
|
||||
(completion-ignore-case nil)
|
||||
(completion-regexp-list nil)
|
||||
(words (eq paren 'words))
|
||||
(open (cond ((stringp paren) paren) (paren "\\(")))
|
||||
(sorted-strings (sort (copy-sequence strings) 'string-lessp))
|
||||
|
Loading…
Reference in New Issue
Block a user