From f1101df1a16d74df2e7e437514be00e56b555f89 Mon Sep 17 00:00:00 2001 From: hmurata Date: Sun, 30 May 2004 13:53:18 +0000 Subject: [PATCH] 2004-05-30 ARISAWA Akihiro * wl-e21.el (wl-highlight-plugged-current-line): Change for emacs multi-tty support. --- wl/ChangeLog | 5 +++++ wl/wl-e21.el | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index ba53821..996a72a 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-05-30 ARISAWA Akihiro + + * wl-e21.el (wl-highlight-plugged-current-line): Change for + emacs multi-tty support. + 2004-05-29 ARISAWA Akihiro * wl-e21.el (wl-e21-display-image-p): Don't call diff --git a/wl/wl-e21.el b/wl/wl-e21.el index 1a9e0eb..df72aa1 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -406,9 +406,7 @@ (setq overlay (make-overlay start end)) (overlay-put overlay 'wl-e21-icon t) (overlay-put overlay 'evaporate t)) - (put-text-property 0 (length status) 'display image status) - (overlay-put overlay 'before-string status) - (overlay-put overlay 'invisible t)))))))) + (overlay-put overlay 'display image)))))))) (defun wl-plugged-set-folder-icon (folder string) (if (wl-e21-display-image-p) -- 1.7.10.4