branch: elpa/org-mime
commit db707a73379fb3b21ae6e24c6230bfd3dde7ef45
Merge: fb265448df 7a6dae2494
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #15 from unhammer/patch-1
    
    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