diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-06-13 22:03:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-06-13 22:03:53 +0000 |
commit | 7f2081e390d7e2e2e5bacca4fa87fa64941e82f5 (patch) | |
tree | 39ad152f178bd0f4ae314323b524640250c6cce0 /lisp/textmodes/paragraphs.el | |
parent | e873bbf926764ada45665661c6791a46fa79d6e3 (diff) | |
download | emacs-7f2081e390d7e2e2e5bacca4fa87fa64941e82f5.tar.gz emacs-7f2081e390d7e2e2e5bacca4fa87fa64941e82f5.tar.bz2 emacs-7f2081e390d7e2e2e5bacca4fa87fa64941e82f5.zip |
(sentence-end): Add 0x5397d as close brace.
Diffstat (limited to 'lisp/textmodes/paragraphs.el')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 2 |
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 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 "]+\\)" |