aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-mailto.el
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2005-09-12 23:02:16 +0000
committerChong Yidong <[email protected]>2005-09-12 23:02:16 +0000
commitc8359e8fd5d0e3a774276a892d79cbe04aaf7e6c (patch)
tree4b1a555a14eb6fbd9581805b4e8b3c73ff16c5aa /lisp/url/url-mailto.el
parent09c9e6bbb9cf894b406b40e8198e1360528ada71 (diff)
2005-09-13 Chong Yidong <[email protected]>
* url-mailto.el (url-mailto): Always use a new mail buffer.
Diffstat (limited to 'lisp/url/url-mailto.el')
-rw-r--r--lisp/url/url-mailto.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el
index 3316b7c4b9..d5f9618401 100644
--- a/lisp/url/url-mailto.el
+++ b/lisp/url/url-mailto.el
@@ -92,7 +92,7 @@
(setq args (cons (list "to" to) args))))
(setq subject (cdr-safe (assoc "subject" args)))
- (if (fboundp url-mail-command) (funcall url-mail-command) (mail))
+ (if (fboundp url-mail-command) (funcall url-mail-command) (mail 'new))
(while args
(if (string= (caar args) "body")
(progn