* lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix type declaration.
This commit is contained in:
parent
0757ea9865
commit
1087d55d27
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ usually more efficient than that of a simplified version:
|
|||
(concat (car parens)
|
||||
(mapconcat \\='regexp-quote strings \"\\\\|\")
|
||||
(cdr parens))))"
|
||||
(declare (type (function (list) string))
|
||||
(declare (type (function (list &optional t) string))
|
||||
(pure t) (side-effect-free t))
|
||||
(save-match-data
|
||||
;; Recurse on the sorted list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue