Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
08cf00d8
Commit
08cf00d8
authored
Dec 01, 2001
by
Stefan Monnier
Browse files
(regexp-opt): Bind completion-regexp-list to nil.
parent
f1259a53
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/emacs-lisp/regexp-opt.el
lisp/emacs-lisp/regexp-opt.el
+1
-0
No files found.
lisp/emacs-lisp/regexp-opt.el
View file @
08cf00d8
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment