[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 5044576: Fix woman.el to not confuse scan-sexps
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master 5044576: Fix woman.el to not confuse scan-sexps |
Date: |
Tue, 1 Jan 2019 14:35:46 -0500 (EST) |
branch: master
commit 504457673dabfa89cb2eac89f093f10736c52ca7
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
Fix woman.el to not confuse scan-sexps
* lisp/woman.el (woman-unpadded-space-char):
Escape the close-bracket (Bug#33940).
---
lisp/woman.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/woman.el b/lisp/woman.el
index 13aea5d..9548fdc 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 5044576: Fix woman.el to not confuse scan-sexps,
Paul Eggert <=