changeset 56084:4d540c98ac8c

(sentence-end): Add 0x5397d as close brace.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 2004 22:03:53 +0000
parents d62a2b6e582e
children e6cc673c5461
files lisp/textmodes/paragraphs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el	Sun Jun 13 22:02:49 2004 +0000
+++ b/lisp/textmodes/paragraphs.el	Sun Jun 13 22:03:53 2004 +0000
@@ -171,7 +171,7 @@
 parenthesis.  See Info node `Sentences'."
   (or sentence-end
       (concat (if sentence-end-without-period "\\w  \\|")
-              "\\([.?!][]\"'\xd0c9)}]*"
+              "\\([.?!][]\"'\xd0c9\x5397d)}]*"
               (if sentence-end-double-space
                   "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
               "\\|[" sentence-end-without-space "]+\\)"