branch: elpa/org-mime
commit 7a6dae2494710b7290f178de13542b07c6b103dd
Author: Kevin Brubeck Unhammer <[email protected]>
Commit: GitHub <[email protected]>
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)