# HG changeset patch # User Richard M. Stallman # Date 714172699 0 # Node ID 894201c58bb8c1f3c0dd3cfce39b99e04509c6b8 # Parent 0e8ace07a231846ce7f40dca08a83e6f026c7af0 *** empty log message *** diff -r 0e8ace07a231 -r 894201c58bb8 lisp/mail/rmail.el --- 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.