mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +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")))
|
(string :tag "Encoding")))
|
||||||
:group 'url-mime)
|
:group 'url-mime)
|
||||||
|
|
||||||
(defcustom url-mail-command (if (fboundp 'compose-mail)
|
(defcustom url-mail-command 'compose-mail
|
||||||
'compose-mail
|
|
||||||
'url-mail)
|
|
||||||
"*This function will be called whenever url needs to send mail.
|
"*This function will be called whenever url needs to send mail.
|
||||||
It should enter a mail-mode-like buffer in the current window.
|
It should enter a mail-mode-like buffer in the current window.
|
||||||
The commands `mail-to' and `mail-subject' should still work in this
|
The commands `mail-to' and `mail-subject' should still work in this
|
||||||
|
Loading…
Reference in New Issue
Block a user