projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c55ed1
)
(wl-highlight-summary-window): Fix comment.
author
yoichi
<yoichi>
Wed, 30 Apr 2003 01:27:59 +0000
(
01:27
+0000)
committer
yoichi
<yoichi>
Wed, 30 Apr 2003 01:27:59 +0000
(
01:27
+0000)
wl/wl-highlight.el
patch
|
blob
|
history
diff --git
a/wl/wl-highlight.el
b/wl/wl-highlight.el
index
840e028
..
0a7102b
100644
(file)
--- a/
wl/wl-highlight.el
+++ b/
wl/wl-highlight.el
@@
-973,7
+973,7
@@
This function is defined for `window-scroll-functions'"
(when (eq major-mode 'wl-summary-mode)
(let ((start (window-start win))
(end (condition-case nil
- (window-end win t) ;; old emacsen doesn't support 3rd arg.
+ (window-end win t) ;; old emacsen doesn't support 2nd arg.
(error (window-end win)))))
(wl-highlight-summary start
end