Mercurial > emacs
changeset 14639:4c778d943271
(rmail-get-new-mail): Don't mess with display-time here.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 21 Feb 1996 21:33:54 +0000 |
parents | 46556543f4e6 |
children | 65151464291f |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Wed Feb 21 21:33:35 1996 +0000 +++ b/lisp/mail/rmail.el Wed Feb 21 21:33:54 1996 +0000 @@ -943,10 +943,6 @@ ;; Move to the first new message ;; unless we have other unseen messages before it. (rmail-show-message (rmail-first-unseen-message)) - ;; Update the displayed time, since that will clear out - ;; the flag that says you have mail. - (if (eq (process-status "display-time") 'run) - (display-time-filter display-time-process "")) t)) ;; Don't leave the buffer screwed up if we get a disk-full error. (rmail-show-message)))