(sentence-end): Match unicode curly quotes as a close quote.

This commit is contained in:
Richard M. Stallman 2004-05-22 21:53:38 +00:00
parent e6d9ec82b7
commit 668d1efc1c

View 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)}]*"
(if sentence-end-double-space
"\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
"\\|[" sentence-end-without-space "]+\\)"