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

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

[elpa] externals/ebdb e853b8c 5/6: Quote custom type


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb e853b8c 5/6: Quote custom type
Date: Thu, 26 Jul 2018 16:26:07 -0400 (EDT)

branch: externals/ebdb
commit e853b8ccc3749048887729ce1c1bd7a0b308c1b7
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Quote custom type
    
    * ebdb-mua.el (ebdb-mua-default-formatter): It complained about use as
      a variable.
---
 ebdb-mua.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-mua.el b/ebdb-mua.el
index dd70f79..f12f5aa 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -408,7 +408,7 @@ class.  Easy choices are the value of
 `ebdb-default-multiline-formatter' or
 `ebdb-default-oneline-formatter'."
   :group 'ebdb-mua
-  :type ebdb-formatter-ebdb)
+  :type 'ebdb-formatter-ebdb)
 
 
 



reply via email to

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