From 9673b66dc1a1c15df0af5b129d369619dee580fc Mon Sep 17 00:00:00 2001 From: TEC Date: Wed, 14 Oct 2020 01:23:55 +0800 Subject: [PATCH] Mu4e: Use more robust xwidget support check This shouldn't be defined unless the C library is present. --- modules/email/mu4e/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index 2a66b01b5..e763932ce 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -163,7 +163,7 @@ (when (fboundp 'imagemagick-register-types) (imagemagick-register-types)) - (when (fboundp 'xwidget-webkit-browse-url) + (when (fboundp 'make-xwidget) (push '("view with xwidgets" . mu4e-action-view-with-xwidget) mu4e-view-actions))