]> git.eshelyaron.com Git - emacs.git/commitdiff
(sentence-end): Add Chinese and Japanese characters.
authorKenichi Handa <handa@m17n.org>
Mon, 24 Feb 2003 04:50:59 +0000 (04:50 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 24 Feb 2003 04:50:59 +0000 (04:50 +0000)
lisp/textmodes/paragraphs.el

index f1e486138cf13cd380affdedc885652f88598297..dfec0acfd46b007584af62b2d538ab701a641db2 100644 (file)
@@ -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  \\|")
-          "[.?!][]\"')}]*"
+          "[.?!\e$B!#!%!)!*\e$A!##.#?#!\e$(0!$!%!)!*\e$(G!$!%!)!*\e(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