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

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

[elpa] externals/ebdb b4a24c1 07/33: Revert "Make ebdb-hashtable weak on


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb b4a24c1 07/33: Revert "Make ebdb-hashtable weak on value"
Date: Sun, 3 Sep 2017 17:02:20 -0400 (EDT)

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

    Revert "Make ebdb-hashtable weak on value"
    
    Fixes #48
    
    This reverts commit 999374cfeeef41ffa4d8ac34aee21e5f9166efa1. Clearly
    I had no idea what this actually did.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 2fa03a2..39b8d89 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -77,7 +77,7 @@
 (defvar ebdb-record-tracker nil
   "A list of all the loaded records")
 
-(defvar ebdb-hashtable (make-hash-table :test 'equal :weakness 'value)
+(defvar ebdb-hashtable (make-hash-table :test 'equal)
   "Hash table for EBDB records.
 Hashes the fields first-last-name, last-first-name, organization, aka,
 and mail.")



reply via email to

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