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

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

[elpa] externals/ebdb 99a1563 12/33: Fix custom type for database buffer


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 99a1563 12/33: Fix custom type for database buffer-char slot
Date: Sun, 3 Sep 2017 17:02:21 -0400 (EDT)

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

    Fix custom type for database buffer-char slot
    
    * ebdb.el (ebdb-db): Could be character or nil.
---
 ebdb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 184f90f..81a3f1a 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -3370,7 +3370,8 @@ executable.  When a symbol, assume an Elisp function."
     :initarg :buffer-char
     :type (or null character)
     :initform nil
-    :custom character
+    :custom (choice (const :tag "None" nil)
+                   (character :tag "Character"))
     :documentation
     "A single character used in the *EBDB* buffer to indicate the
     database(s) to which a record belongs.")



reply via email to

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