aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-10 20:51:02 +0000
committerRichard M. Stallman <[email protected]>1993-11-10 20:51:02 +0000
commitc33e95d805b45a6bdbf2836d532126b2563cb291 (patch)
treeeed8343818658c1bb0629aba51ecc828638d5217
parent1b88a44adba12af342e92ea05b6536e2fdcb9474 (diff)
(rmail-start-mail): Don't do other frame unless we have
a window system, irregardless of the state of rmail-mail-new-frame.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index e73a6855b3..69e4b39e45 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1676,7 +1676,7 @@ Deleted messages stay in the file until the \\[rmail-expunge] command is given."
;;;; *** Rmail Mailing Commands ***
(defun rmail-start-mail (&rest args)
- (if rmail-mail-new-frame
+ (if (and window-system rmail-mail-new-frame)
(prog1
(apply 'mail-other-frame args)
(modify-frame-parameters (selected-frame)