From: Richard M. Stallman Date: Sat, 17 Sep 2005 04:59:02 +0000 (+0000) Subject: (url-mail-command): Don't test fboundp of `compose-mail'. X-Git-Tag: emacs-pretest-22.0.90~7065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c9abf6a668404443395c0ff0039d99242f82cf0;p=emacs.git (url-mail-command): Don't test fboundp of `compose-mail'. --- diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 53b8a5eef31..245149068f1 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -174,9 +174,7 @@ variable." (string :tag "Encoding"))) :group 'url-mime) -(defcustom url-mail-command (if (fboundp 'compose-mail) - 'compose-mail - 'url-mail) +(defcustom url-mail-command 'compose-mail "*This function will be called whenever url needs to send mail. It should enter a mail-mode-like buffer in the current window. The commands `mail-to' and `mail-subject' should still work in this