From: Kenichi Handa Date: Mon, 24 Feb 2003 04:50:59 +0000 (+0000) Subject: (sentence-end): Add Chinese and Japanese characters. X-Git-Tag: ttn-vms-21-2-B4~11057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc4fe8d2d2e7dd0a3a003233a4d7623ebe7c9d2d;p=emacs.git (sentence-end): Add Chinese and Japanese characters. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index f1e486138cf..dfec0acfd46 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -137,7 +137,7 @@ without a period." ;; This is a bit stupid since it's not auto-updated when the ;; other variables are changes, but it's still useful info. (concat (if sentence-end-without-period "\\w \\|") - "[.?!][]\"')}]*" + "[.?!$B!#!%!)!*$A!##.#?#!$(0!$!%!)!*$(G!$!%!)!*(B][]\"')}]*" (if sentence-end-double-space "\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)") "[ \t\n]*")) @@ -457,4 +457,8 @@ ones already marked." (interactive "*p") (transpose-subr 'forward-sentence arg)) +;;; Local Variables: +;;; coding: iso-2022-7bit +;;; End: + ;;; paragraphs.el ends here