diff lisp/vm/vm-mouse.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents a145efe76779
children fe104dbd9147
line wrap: on
line diff
--- a/lisp/vm/vm-mouse.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/vm/vm-mouse.el	Mon Aug 13 09:18:39 2007 +0200
@@ -75,7 +75,7 @@
 	      ((eq major-mode 'vm-virtual-mode)
 	       (vm-menu-popup-context-menu event))
 	      ((eq major-mode 'mail-mode)
-	       (vm-menu-popup-mode-menu event))))))
+	       (vm-menu-popup-context-menu event))))))
 
 (defun vm-mouse-3-help (object)
   nil
@@ -268,9 +268,9 @@
 		       nil arg-list))
 	  (cond ((equal status 0) t)
 		;; even if exit status non-zero, if there was no
-		;; diagnostic output the command probablyt
-		;; succeeded.  I have tried just use exit status
-		;; as the failure criteria and users complained.
+		;; diagnostic output the command probably
+		;; succeeded.  I have tried to just use exit status
+		;; as the failure criterion and users complained.
 		((equal (nth 7 (file-attributes tempfile)) 0)
 		 (message "%s exited non-zero (code %s)" command status)
 		 t)