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

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

[nongnu] elpa/org-mime db707a7337 040/118: Merge pull request #15 from u


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime db707a7337 040/118: Merge pull request #15 from unhammer/patch-1
Date: Wed, 5 Jan 2022 07:58:45 -0500 (EST)

branch: elpa/org-mime
commit db707a73379fb3b21ae6e24c6230bfd3dde7ef45
Merge: fb265448df 7a6dae2494
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: GitHub <noreply@github.com>

    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

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