From e83d7692abb8453c317227e8f72159e816df93d6 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 30 Apr 2003 01:27:59 +0000 Subject: [PATCH] (wl-highlight-summary-window): Fix comment. --- wl/wl-highlight.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl/wl-highlight.el b/wl/wl-highlight.el index 840e028..0a7102b 100644 --- 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 -- 1.7.10.4