aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-13 22:03:53 +0000
committerRichard M. Stallman2004-06-13 22:03:53 +0000
commit7f2081e390d7e2e2e5bacca4fa87fa64941e82f5 (patch)
tree39ad152f178bd0f4ae314323b524640250c6cce0
parente873bbf926764ada45665661c6791a46fa79d6e3 (diff)
downloademacs-7f2081e390d7e2e2e5bacca4fa87fa64941e82f5.tar.gz
emacs-7f2081e390d7e2e2e5bacca4fa87fa64941e82f5.zip
(sentence-end): Add 0x5397d as close brace.
-rw-r--r--lisp/textmodes/paragraphs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 1b2628760e1..e9cc4f397de 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -171,7 +171,7 @@ followed by two spaces, unless it's inside some sort of quotes or
171parenthesis. See Info node `Sentences'." 171parenthesis. See Info node `Sentences'."
172 (or sentence-end 172 (or sentence-end
173 (concat (if sentence-end-without-period "\\w \\|") 173 (concat (if sentence-end-without-period "\\w \\|")
174 "\\([.?!][]\"'\xd0c9)}]*" 174 "\\([.?!][]\"'\xd0c9\x5397d)}]*"
175 (if sentence-end-double-space 175 (if sentence-end-double-space
176 "\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)") 176 "\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
177 "\\|[" sentence-end-without-space "]+\\)" 177 "\\|[" sentence-end-without-space "]+\\)"