From 921157f8d762d4f9be6ddb5a39acf063c37aff5b Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 23 Jul 2021 03:00:29 +0800 Subject: [PATCH] Mu4e: Remove redundant check in cond statement The `t' case is already handled in the preceding condition. --- modules/email/mu4e/autoload/advice.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/autoload/advice.el b/modules/email/mu4e/autoload/advice.el index c5ed2fddb..1016ad19b 100644 --- a/modules/email/mu4e/autoload/advice.el +++ b/modules/email/mu4e/autoload/advice.el @@ -63,7 +63,7 @@ account for the value of :scale in `org-format-latex-options'." (cond ((memq processing-type '(t mathjax)) (org-html-format-latex latex-frag 'mathjax info)) - ((memq processing-type '(t html)) + ((eq processing-type 'html) (org-html-format-latex latex-frag 'html info)) ((assq processing-type org-preview-latex-process-alist) (let ((formula-link