]> git.eshelyaron.com Git - emacs.git/commitdiff
(sentence-end): Add 0x5397d as close brace.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 2004 22:03:53 +0000 (22:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 2004 22:03:53 +0000 (22:03 +0000)
lisp/textmodes/paragraphs.el

index 1b2628760e136ab1e1b400aac8592f5cdffac71a..e9cc4f397deb868223fe8f2693d68bfad47f451e 100644 (file)
@@ -171,7 +171,7 @@ followed by two spaces, unless it's inside some sort of quotes or
 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 "]+\\)"