From 8a41776a0711b4d4d4781607d02582de94b5f4c1 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Fri, 24 Aug 2001 23:58:47 +0000 Subject: Fix a bug about font coloring Submitted by: Yokota Hiroshi Obtained from: a file Q_and_A.color-mate in the distfile of color-mate (ports/editors/color-mate) --- japanese/wnn7egg/files/patch-ac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 japanese/wnn7egg/files/patch-ac 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 -- cgit v1.2.3