From bc04f2072371259bcf77d1d513ce5be74ea953c2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 13 Feb 2009 07:48:13 +0000 Subject: [PATCH] Update for rmail-show-message-maybe name change. --- lisp/ChangeLog | 10 ++++++++++ lisp/mail/rmailsum.el | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31347cd3197..66922bd2a40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,15 @@ 2009-02-13 Glenn Morris + * mail/rmail.el (rmail-show-message-1): New name for the old + rmail-show-message. + * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el: + * mail/rmailsort.el: Update for rmail-show-message name change. + + * mail/rmail.el (rmail-show-message): New name for the old + rmail-show-message-maybe. + * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe + name change. + * mail/rmailsum.el (msgnum): Remove declaration. (rmail-summary-redo): Add missing initialization value. (rmail-summary-overlay, rmail-summary-mode-map): Add doc string. diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index ce7a74a992d..6940f3d4ba6 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -958,12 +958,12 @@ Search, the `unseen' attribute is restored.") (unwind-protect (progn (select-window window) - (rmail-show-message-maybe msg-num t)) + (rmail-show-message msg-num t)) (select-window owin)) (if (buffer-name rmail-buffer) (save-excursion (set-buffer rmail-buffer) - (rmail-show-message-maybe msg-num t)))))) + (rmail-show-message msg-num t)))))) (rmail-summary-update-highlight nil))))) (defun rmail-summary-save-buffer () @@ -1223,7 +1223,7 @@ Returns non-nil if message N was found." (let ((selwin (selected-window))) (unwind-protect (progn (pop-to-buffer buf) - (rmail-show-message-maybe n)) + (rmail-show-message n)) (select-window selwin) ;; The actions above can alter the current buffer. Preserve it. (set-buffer obuf)))) -- 2.39.5