diff lisp/mail/rmailout.el @ 101993:1bb96ade4801

Update for rmail-show-message -> rmail-show-message-1 name change.
author Glenn Morris <rgm@gnu.org>
date Fri, 13 Feb 2009 07:44:18 +0000
parents cf5cba9728ee
children 3c79c5603836
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Fri Feb 13 07:43:50 2009 +0000
+++ b/lisp/mail/rmailout.el	Fri Feb 13 07:44:18 2009 +0000
@@ -155,7 +155,7 @@
     (if (rmail-summary-exists)
 	(rmail-select-summary
 	 (rmail-update-summary)))
-    (rmail-show-message msg)))
+    (rmail-show-message-1 msg)))
 
 (defun rmail-convert-to-babyl-format ()
   (let ((count 0) (start (point-min))
@@ -392,7 +392,7 @@
     (if (rmail-summary-exists)
 	(rmail-select-summary
 	 (rmail-update-summary)))
-    (rmail-show-message msg)))
+    (rmail-show-message-1 msg)))
 
 ;;; There are functions elsewhere in Emacs that use this function;
 ;;; look at them before you change the calling method.