Fix woman.el to not confuse scan-sexps

* lisp/woman.el (woman-unpadded-space-char):
Escape the close-bracket (Bug#33940).
This commit is contained in:
Paul Eggert 2019-01-01 11:35:17 -08:00
parent 227343947f
commit 504457673d

View file

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