; Auto-commit of loaddefs files.
This commit is contained in:
parent
9df1365f38
commit
5ec7ca14d9
1 changed files with 2 additions and 2 deletions
|
@ -27614,9 +27614,9 @@ than that of a simplified version:
|
|||
((eq paren \\='symbols) \\='(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\"))
|
||||
((null paren) \\='(\"\\\\(?:\" . \"\\\\)\"))
|
||||
(t \\='(\"\\\\(\" . \"\\\\)\")))))
|
||||
(concat (car paren)
|
||||
(concat (car parens)
|
||||
(mapconcat \\='regexp-quote strings \"\\\\|\")
|
||||
(cdr paren))))
|
||||
(cdr parens))))
|
||||
|
||||
\(fn STRINGS &optional PAREN)" nil nil)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue