Mercurial > emacs
changeset 55732:077145cf4259
(sentence-end): Match unicode curly quotes as a close quote.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 May 2004 21:53:38 +0000 |
parents | 856dacc3ac48 |
children | 8b5d63bbe285 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Sat May 22 21:52:34 2004 +0000 +++ b/lisp/textmodes/paragraphs.el Sat May 22 21:53:38 2004 +0000 @@ -171,7 +171,7 @@ parenthesis. See Info node `Sentences'." (or sentence-end (concat (if sentence-end-without-period "\\w \\|") - "\\([.?!][]\"')}]*" + "\\([.?!][]\"'\xd0c9)}]*" (if sentence-end-double-space "\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)") "\\|[" sentence-end-without-space "]+\\)"