From: Paul Eggert Date: Tue, 1 Jan 2019 19:35:17 +0000 (-0800) Subject: Fix woman.el to not confuse scan-sexps X-Git-Tag: emacs-27.0.90~3884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=504457673dabfa89cb2eac89f093f10736c52ca7;p=emacs.git Fix woman.el to not confuse scan-sexps * lisp/woman.el (woman-unpadded-space-char): Escape the close-bracket (Bug#33940). --- diff --git a/lisp/woman.el b/lisp/woman.el index 13aea5d91c1..9548fdc6b3a 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -2078,7 +2078,7 @@ alist in `woman-buffer-alist' and return nil." (char-to-string woman-escaped-escape-char) "Internal string representation of escaped escape characters.") -(defconst woman-unpadded-space-char ?\^] +(defconst woman-unpadded-space-char ?\^\] ;; An arbitrary unused control character "Internal character representation of unpadded space characters.") (defconst woman-unpadded-space-string