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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmailsum.el [lexbind]
Date: Thu, 20 Nov 2003 19:36:39 -0500

Index: emacs/lisp/mail/rmailsum.el
diff -c emacs/lisp/mail/rmailsum.el:1.124.4.2 
emacs/lisp/mail/rmailsum.el:1.124.4.3
*** emacs/lisp/mail/rmailsum.el:1.124.4.2       Tue Oct 14 19:39:25 2003
--- emacs/lisp/mail/rmailsum.el Thu Nov 20 19:36:08 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]