branch: externals/ebdb commit 2863045b771a9bb5d71b3ac43bb70ba4204b4e9d Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Remove unused function ebdb-get-records * ebdb-com.el: This wasn't used anywhere. --- ebdb-com.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ebdb-com.el b/ebdb-com.el index 7f5f0b1..efd0798 100644 --- a/ebdb-com.el +++ b/ebdb-com.el @@ -192,14 +192,6 @@ This is a vector [INVERT-M INVERT]. INVERT-M is the mode line info if variable `ebdb-search-invert' is non-nil.") -(defun ebdb-get-records (prompt) - "If inside the *EBDB* buffer get the current records. -In other buffers ask the user. -Argument PROMPT is passed to `ebdb-completing-read-records'." - (if (eql major-mode 'ebdb-mode) - (ebdb-do-records) - (ebdb-completing-read-records prompt))) - ;; Note about the arg RECORDS of various EBDB commands: ;; - Usually, RECORDS is a list of records. (Interactively, ;; this list of records is set up by `ebdb-do-records'.)