From: Glenn Morris Date: Fri, 1 Mar 2019 11:23:38 +0000 (-0500) Subject: ; Auto-commit of loaddefs files. X-Git-Tag: emacs-26.2~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ec7ca14d9e8a2eb5bf817dfd47300f73f37ec91;p=emacs.git ; Auto-commit of loaddefs files. --- diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 531d9631611..49578a04651 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -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)