From: Lars Ingebrigtsen Date: Tue, 15 Sep 2020 13:27:46 +0000 (+0200) Subject: Fix mailclient-send-it after recent browse-url rewrite X-Git-Tag: emacs-28.0.90~6059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5d53ac36d59f930e5717a921cb8ff1ce1852648;p=emacs.git 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. --- diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el index 08325484677..405ae17a12c 100644 --- a/lisp/mail/mailclient.el +++ b/lisp/mail/mailclient.el @@ -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