emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmailsum.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmailsum.el
Date: Sat, 01 Nov 2003 11:37:36 -0500

Index: emacs/lisp/mail/rmailsum.el
diff -c emacs/lisp/mail/rmailsum.el:1.130 emacs/lisp/mail/rmailsum.el:1.131
*** emacs/lisp/mail/rmailsum.el:1.130   Tue Sep 30 08:43:49 2003
--- emacs/lisp/mail/rmailsum.el Sat Nov  1 11:37:35 2003
***************
*** 1074,1080 ****
        (if (< n 1)
          (progn (message "No preceding message")
                 (setq n 1)))
!       (if (> n total)
          (progn (message "No following message")
                 (goto-char (point-max))
                 (rmail-summary-goto-msg nil nowarn skip-rmail)))
--- 1074,1081 ----
        (if (< n 1)
          (progn (message "No preceding message")
                 (setq n 1)))
!       (if (and (> n total)
!              (> total 0))
          (progn (message "No following message")
                 (goto-char (point-max))
                 (rmail-summary-goto-msg nil nowarn skip-rmail)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]