From: Richard M. Stallman Date: Sun, 13 Jun 2004 22:03:53 +0000 (+0000) Subject: (sentence-end): Add 0x5397d as close brace. X-Git-Tag: ttn-vms-21-2-B4~5784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f2081e390d7e2e2e5bacca4fa87fa64941e82f5;p=emacs.git (sentence-end): Add 0x5397d as close brace. --- 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 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 "]+\\)"