in order to cope with an XEmacs bug.
+2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
+ before calling `recenter' in order to cope with an XEmacs bug.
+
2004-01-12 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
(put-text-property (point-min) (point-max) 'face nil)
(wl-highlight-message (point-min) (point-max) t))
(set-buffer-modified-p modified))))
+ (static-when (featurep 'xemacs)
+ ;; Cope with one of many XEmacs bugs that `recenter' takes
+ ;; a long time if there are a lot of invisible text lines.
+ (redraw-frame))
(recenter n))
;; insert element from history