branch: externals/ebdb
commit ece1a3530140f747534a59e2428177f6d42da29d
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Stray "arg" arg left in create-record-extended
* ebdb-com.el (ebdb-create-record-extended): Whoops.
---
ebdb-com.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index ff5c3a3..d053368 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1574,8 +1574,7 @@ is more than one), and prompt for the record class to
use."
(defun ebdb-create-record-extended ()
(interactive)
(let ((db
- (if (or (= 1 (length ebdb-db-list))
- (null arg))
+ (if (= 1 (length ebdb-db-list))
(car ebdb-db-list)
(ebdb-prompt-for-db)))
(record-class