branch: externals/ebdb
commit a6bc4231531b2f0267b63ab4cd51d3b0500b21c5
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Remove unused customization groups
* ebdb.el: And reformat some stuff.
---
ebdb.el | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
diff --git a/ebdb.el b/ebdb.el
index 0388728..1858529 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -199,15 +199,6 @@ Organization names are currently hard-coded to use
(defgroup ebdb-utilities-dialing nil
"EBDB Customizations for phone number dialing"
- :group 'ebdb)
-
-(defgroup ebdb-utilities-print nil
- "Customizations for printing the EBDB."
- :group 'ebdb)
-(put 'ebdb-utilities-print 'custom-loads '(ebdb-print))
-
-(defgroup ebdb-utilities-anniv nil
- "Customizations for EBDB Anniversaries"
:group 'ebdb-utilities)
(defgroup ebdb-utilities-ispell nil
@@ -220,12 +211,6 @@ Organization names are currently hard-coded to use
:group 'ebdb-utilities)
(put 'ebdb-utilities-pgp 'custom-loads '(ebdb-pgp))
-(defgroup ebdb-utilities-sc nil
- "Customizations for using Supercite with the EBDB."
- :group 'ebdb-utilities
- :prefix "ebdb-sc")
-(put 'ebdb-utilities-sc 'custom-loads '(ebdb-sc))
-
;;; Customizable variables
(defcustom ebdb-image nil
"The default method for displaying record images.
@@ -284,10 +269,13 @@ case this variable will be ignored."
If t and a database file has changed on disk, while the database
has not been modified inside Emacs, revert the database
automatically. If nil or the database has been changed inside
-Emacs, always query before reverting." :group 'ebdb :type
-'(choice (const :tag "Revert unchanged database without querying"
-t)
- (const :tag "Ask before reverting database" nil)))
+Emacs, always query before reverting."
+
+ :group 'ebdb
+ :type
+ '(choice (const :tag "Revert unchanged database without querying"
+ t)
+ (const :tag "Ask before reverting database" nil)))
(defcustom ebdb-use-diary t
"If non-nil add anniversary field values to the diary."