Mercurial > hg > xemacs-beta
diff lisp/mule/japanese.el @ 1891:402bf23dd28f
[xemacs-hg @ 2004-01-29 05:22:37 by stephent]
fix regexps in japanese.el <87ektjz5wy.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 29 Jan 2004 05:22:40 +0000 |
parents | 0f42d0a17667 |
children | 98af8a976fc3 |
line wrap: on
line diff
--- a/lisp/mule/japanese.el Wed Jan 28 22:50:43 2004 +0000 +++ b/lisp/mule/japanese.el Thu Jan 29 05:22:40 2004 +0000 @@ -197,8 +197,10 @@ "。" "\\)" "[ \t\n]*")) -(setq paragraph-start "^[ \t\n\f]") -(setq paragraph-separate "^[ \t\f]*$") + +;; allow paragraphs to start with a zenkaku space +(setq paragraph-start "[ \t\n\f]") +(setq paragraph-separate "[ \t\f]*$") ;; EGG specific setup (define-egg-environment 'japanese