Mercurial > hg > xemacs-beta
diff lisp/vm/vm-folder.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 585fb297b004 |
children |
line wrap: on
line diff
--- a/lisp/vm/vm-folder.el Mon Aug 13 09:38:27 2007 +0200 +++ b/lisp/vm/vm-folder.el Mon Aug 13 09:39:39 2007 +0200 @@ -2547,7 +2547,7 @@ (if (eq major-mode 'vm-summary-mode) (vm-select-folder-buffer)) (let ((pop-up-windows (and pop-up-windows (eq vm-mutable-windows t))) - (pop-up-frames vm-mutable-frames)) + (pop-up-frames (and vm-mutable-frames vm-frame-per-help))) (cond ((eq last-command 'vm-help) (describe-function major-mode)) @@ -2562,7 +2562,7 @@ ((eq major-mode 'mail-mode) (message (substitute-command-keys - "Type \\[vm-mail-send-and-exit] to send message, \\[kill-buffer] to discard this message"))) + "Type \\[vm-mail-send-and-exit] to send message, \\[kill-buffer] to discard this composition"))) (t (describe-mode))))) (defun vm-spool-move-mail (source destination)