2004-05-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
authorhmurata <hmurata>
Sun, 30 May 2004 13:53:18 +0000 (13:53 +0000)
committerhmurata <hmurata>
Sun, 30 May 2004 13:53:18 +0000 (13:53 +0000)
* wl-e21.el (wl-highlight-plugged-current-line): Change for
emacs multi-tty support.

wl/ChangeLog
wl/wl-e21.el

index ba53821..996a72a 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * wl-e21.el (wl-highlight-plugged-current-line): Change for
+       emacs multi-tty support.
+
 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
 
        * wl-e21.el (wl-e21-display-image-p): Don't call
index 1a9e0eb..df72aa1 100644 (file)
                (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)