branch: externals/ebdb
commit 5ce28dc9cb702d71641714b3a8c211642b4fe0d4
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Remove ebdb-file-coding-system variable
* ebdb.el: eieio-persistent objects are hard-coded to write
'utf-8-emacs, anyway.
---
ebdb.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ebdb.el b/ebdb.el
index d698ec9..c8f6f20 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -90,9 +90,6 @@ of the `ebdb-field-role' field class.")
"Enable debugging if non-nil during compile time.
You really should not disable debugging. But it will speed things up."))
-(defconst ebdb-file-coding-system 'utf-8
- "Coding system used for reading and writing `ebdb-file'.")
-
(defvar ebdb-version "e"
"EBDB version.")