emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 7a6dae2494 039/118: Lisp error: (error "Too many


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 7a6dae2494 039/118: Lisp error: (error "Too many arguments") – should be defcustom
Date: Wed, 5 Jan 2022 07:58:45 -0500 (EST)

branch: elpa/org-mime
commit 7a6dae2494710b7290f178de13542b07c6b103dd
Author: Kevin Brubeck Unhammer <unhammer+dill@mm.st>
Commit: GitHub <noreply@github.com>

    Lisp error: (error "Too many arguments") – should be defcustom
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index d86b9aee7c..059ea3e309 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -134,7 +134,7 @@ And ensure first line isn't assumed to be a title line."
   :group 'org-mime
   :type 'string)
 
-(defvar org-mime-find-html-start 'identity
+(defcustom org-mime-find-html-start 'identity
   "Call back to search the new HTML start for htmlize in message buffer."
   :group 'org-mime
   :type 'sexp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]