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

    Remove bogus ebdb-mode-hook defcustom
    
    * ebdb.el: The hook is automatically created in ebdb-com.el.
---
 ebdb.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index d6ee0ec..a0c1975 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -402,11 +402,6 @@ Run with one argument, the database being loaded."
   :group 'ebdb
   :type 'hook)
 
-(defcustom ebdb-mode-hook nil
-  "Normal hook run when the *EBDB* buffer is created."
-  :group 'ebdb
-  :type 'hook)
-
 (defcustom ebdb-silent nil
   "If t, EBDB suppresses all its informational messages and queries.
 Be very very certain you want to set this to t, because it will suppress

Reply via email to