# HG changeset patch # User Eli Zaretskii # Date 965057977 0 # Node ID e9b3bce9cb4b69e15bf6312fb4f92fc2e2cc8f94 # Parent cae243d66bbe2d03f873117b2d7ad4d036211ca4 (rmail-start-mail): Use display-multi-frame-p instead of looking at window-system. diff -r cae243d66bbe -r e9b3bce9cb4b lisp/mail/rmail.el --- a/lisp/mail/rmail.el Mon Jul 31 15:38:35 2000 +0000 +++ b/lisp/mail/rmail.el Mon Jul 31 15:39:37 2000 +0000 @@ -2767,7 +2767,7 @@ (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