all windows containing it.
* startup.el (normal-top-level): Don't operate on the initial
frame if we failed to create one.
+2001-07-10 Markus Rost <rost@math.ohio-state.edu>
+
+ * mail/rmail.el (rmail-show-message): Show beginning of message in
+ all windows containing it.
+
2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
* term/tty-colors.el: Fix the header line and copyright years.
(search-forward "\n*** EOOH ***\n" end t)
(narrow-to-region (point) end)))
(goto-char (point-min))
+ (walk-windows
+ (function (lambda (window)
+ (if (eq (window-buffer window) (current-buffer))
+ (set-window-point window (point)))))
+ nil t)
(rmail-display-labels)
(if (eq rmail-enable-mime t)
(funcall rmail-show-mime-function)