Mercurial > emacs
changeset 997:894201c58bb8
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Aug 1992 21:18:19 +0000 |
parents | 0e8ace07a231 |
children | 61c6983219ff |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Aug 18 03:12:53 1992 +0000 +++ b/lisp/mail/rmail.el Tue Aug 18 21:18:19 1992 +0000 @@ -1073,9 +1073,9 @@ (if (/= lastwin rmail-current-message) (rmail-show-message lastwin)) (if (< n 0) - (error "No previous nondeleted message")) + (message "No previous nondeleted message")) (if (> n 0) - (error "No following nondeleted message")))) + (message "No following nondeleted message")))) (defun rmail-previous-undeleted-message (n) "Show previous non-deleted message.