Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates-src > by-pkgid > 257a278176162106c7adca2b248ff119 > files > 1

emacs-vm-8.1.2-2.fc17.src.rpm

=== modified file 'lisp/vm.el'
--- lisp/vm.el	2010-12-28 17:25:18 +0000
+++ lisp/vm.el	2011-01-23 11:05:17 +0000
@@ -1059,12 +1059,14 @@
 		(list this-command)))
   (vm-update-summary-and-mode-line))
 
+(defvar mail-reply-action)
 (defvar mail-send-actions)
+(defvar mail-return-action)
 
 ;;;###autoload
 (defun vm-compose-mail (&optional to subject other-headers continue
 		        switch-function yank-action
-			send-actions)
+			send-actions return-action &rest ignored)
   (interactive)
   (vm-session-initialization)
   (if continue
@@ -1106,7 +1108,9 @@
 		  (mail-yank-hooks (run-hooks 'mail-yank-hooks))
 		  (t (vm-mail-yank-default)))))
       (make-local-variable 'mail-send-actions)
-      (setq mail-send-actions send-actions))))
+      (setq mail-send-actions send-actions)
+      (make-local-variable 'mail-return-action)
+      (setq mail-return-action return-action))))
 
 ;;;###autoload
 (defun vm-submit-bug-report (&optional pre-hooks post-hooks)