aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/rmail.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2000-07-31 15:41:39 +0000
committerEli Zaretskii <[email protected]>2000-07-31 15:41:39 +0000
commit7e2605e79eab476c4525664b1a96864c4b51e3a4 (patch)
tree37f40af18a97540ce3b44b6622e2a30c970fbadd /lisp/mail/rmail.el
parentef649575067fc8f6d43eb66821a94ce76b7eb830 (diff)
(rmail-start-mail): Use display-multi-frame-p
instead of looking at window-system.
Diffstat (limited to 'lisp/mail/rmail.el')
-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 e3040e6a28..b603148e66 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2767,7 +2767,7 @@ Deleted messages stay in the file until the \\[rmail-expunge] command is given."
(compose-mail to subject others
noerase nil
yank-action sendactions)
- (if (and window-system rmail-mail-new-frame)
+ (if (and (display-multi-frame-p) rmail-mail-new-frame)
(prog1
(compose-mail to subject others
noerase 'switch-to-buffer-other-frame