emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb 2863045 2/3: Remove unused function ebdb-get-recor


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 2863045 2/3: Remove unused function ebdb-get-records
Date: Sun, 10 Mar 2019 12:14:25 -0400 (EDT)

branch: externals/ebdb
commit 2863045b771a9bb5d71b3ac43bb70ba4204b4e9d
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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'.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]