From c5d53ac36d59f930e5717a921cb8ff1ce1852648 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 15 Sep 2020 15:27:46 +0200 Subject: [PATCH] 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. --- lisp/mail/mailclient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5