branch: externals/ebdb
commit e853b8ccc3749048887729ce1c1bd7a0b308c1b7
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    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