* wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
authorteranisi <teranisi>
Thu, 12 Oct 2000 09:22:24 +0000 (09:22 +0000)
committerteranisi <teranisi>
Thu, 12 Oct 2000 09:22:24 +0000 (09:22 +0000)
* wl-mule.el (wl-highlight-folder-current-line): Ditto.

wl/ChangeLog
wl/wl-mule.el
wl/wl-xmas.el

index ff3ed9d..b0f9945 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
+
+       * wl-mule.el (wl-highlight-folder-current-line): Ditto.
+
 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
index c8d1475..3d0e40a 100644 (file)
@@ -87,6 +87,8 @@ Special commands:
                (progn
                  (put-text-property start (match-beginning 0) 'face text-face)
                  (put-text-property (match-beginning 0) (point) 'face face))
+             ;; Remove previous face.
+             (put-text-property start (point) 'face nil)
              (put-text-property start (point) 'face face))
            (goto-char start))
        (put-text-property start end 'face text-face)))
index af2779d..51d037d 100644 (file)
                          (put-text-property (match-beginning 0)
                                             (match-end 0)
                                             'face face))
+                     ;; Remove previous face.
+                     (put-text-property start (match-end 0) 'face nil)
                      (put-text-property start (match-end 0) 'face face)))
                (put-text-property start end 'face text-face))))))))))