From: hmurata Date: Sun, 30 May 2004 13:53:18 +0000 (+0000) Subject: 2004-05-30 ARISAWA Akihiro X-Git-Tag: wl-2_11_30~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f1101df1a16d74df2e7e437514be00e56b555f89;p=elisp%2Fwanderlust.git 2004-05-30 ARISAWA Akihiro * wl-e21.el (wl-highlight-plugged-current-line): Change for emacs multi-tty support. --- 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)