diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-24 23:58:47 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-24 23:58:47 +0000 |
commit | 8a41776a0711b4d4d4781607d02582de94b5f4c1 (patch) | |
tree | 0ce93ce2117dcb024b29ce603e5fa74f997a6640 /japanese | |
parent | d9bf30ce75cacd7445377bff58261bbd63e55f91 (diff) |
Fix a bug about font coloring
Submitted by: Yokota Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Obtained from: a file Q_and_A.color-mate in the distfile of color-mate
(ports/editors/color-mate)
Notes
Notes:
svn path=/head/; revision=46834
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/wnn7egg/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/japanese/wnn7egg/files/patch-ac b/japanese/wnn7egg/files/patch-ac new file mode 100644 index 000000000000..509b0d6a3c1e --- /dev/null +++ b/japanese/wnn7egg/files/patch-ac @@ -0,0 +1,15 @@ +From Q_and_A.color-mate in color-mate (ports/editors/color-mate) + +--- xemacs21/wnn7egg-cnv.el 2001/07/12 15:44:38 1.1 ++++ xemacs21/wnn7egg-cnv.el 2001/07/12 16:05:42 +@@ -996,7 +996,9 @@ + (wnn7-bunsetu-position bunsetu-begin) + (+ (wnn7-bunsetu-position (1- bunsetu-end)) + (length (wnn7-server-bunsetu-kanji +- (1- bunsetu-end)))))) ++ (if (>= 0 bunsetu-end) ++ 0 ++ (1- bunsetu-end))))))) + (progn + (if (overlayp egg:*dai-bunsetu-overlay*) + nil |