Fix mailclient-send-it after recent browse-url rewrite
* lisp/mail/mailclient.el (mailclient-send-it): Make this function work again after the browse-url machinery was changed to use browse-url-default-handlers instead.
This commit is contained in:
parent
27bda2e140
commit
c5d53ac36d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ The mail client is taken to be the handler of mailto URLs."
|
|||
character-coding
|
||||
;; Use the external browser function to send the
|
||||
;; message.
|
||||
(browse-url-mailto-function nil))
|
||||
(browse-url-default-handlers nil))
|
||||
;; initialize limiter
|
||||
(setq mailclient-delim-static "?")
|
||||
;; construct and call up mailto URL
|
||||
|
|
Loading…
Add table
Reference in a new issue