# HG changeset patch # User Richard M. Stallman # Date 1126933142 0 # Node ID 02ea691fea584da665886d66609a8bc7ee3058e8 # Parent b0580e2544c0a7c92bd9d4d7734b7e246d396857 (url-mail-command): Don't test fboundp of `compose-mail'. diff -r b0580e2544c0 -r 02ea691fea58 lisp/url/url-vars.el --- a/lisp/url/url-vars.el Sat Sep 17 04:58:28 2005 +0000 +++ b/lisp/url/url-vars.el Sat Sep 17 04:59:02 2005 +0000 @@ -174,9 +174,7 @@ (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