emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-mailto.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-mailto.el
Date: Mon, 12 Sep 2005 19:02:17 -0400

Index: emacs/lisp/url/url-mailto.el
diff -c emacs/lisp/url/url-mailto.el:1.11 emacs/lisp/url/url-mailto.el:1.12
*** emacs/lisp/url/url-mailto.el:1.11   Fri Sep  2 12:30:51 2005
--- emacs/lisp/url/url-mailto.el        Mon Sep 12 23:02:16 2005
***************
*** 92,98 ****
        (setq args (cons (list "to" to) args))))
  
      (setq subject (cdr-safe (assoc "subject" args)))
!     (if (fboundp url-mail-command) (funcall url-mail-command) (mail))
      (while args
        (if (string= (caar args) "body")
          (progn
--- 92,98 ----
        (setq args (cons (list "to" to) args))))
  
      (setq subject (cdr-safe (assoc "subject" args)))
!     (if (fboundp url-mail-command) (funcall url-mail-command) (mail 'new))
      (while args
        (if (string= (caar args) "body")
          (progn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]