]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix woman.el to not confuse scan-sexps
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Jan 2019 19:35:17 +0000 (11:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Jan 2019 19:35:42 +0000 (11:35 -0800)
* lisp/woman.el (woman-unpadded-space-char):
Escape the close-bracket (Bug#33940).

lisp/woman.el

index 13aea5d91c1f57e854c49047f40f48de3a051d11..9548fdc6b3a828162c5eaaaa4be3f67a641c9a05 100644 (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