mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(url-mail-command): Don't test fboundp of `compose-mail'.
This commit is contained in:
parent
49b545fe33
commit
6c9abf6a66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user