From 6c9abf6a668404443395c0ff0039d99242f82cf0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Sep 2005 04:59:02 +0000 Subject: [PATCH] (url-mail-command): Don't test fboundp of `compose-mail'. --- lisp/url/url-vars.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5