; Auto-commit of loaddefs files.

This commit is contained in:
Glenn Morris 2019-03-01 06:23:38 -05:00
parent 9df1365f38
commit 5ec7ca14d9

View file

@ -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)