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

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

[elpa] externals/ebdb 54bb078 200/350: Remove final references to ebdb-p


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 54bb078 200/350: Remove final references to ebdb-print
Date: Mon, 14 Aug 2017 11:46:36 -0400 (EDT)

branch: externals/ebdb
commit 54bb0786cd689f4042fe8dc9e21b9cc5169e553e
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Remove final references to ebdb-print
    
    Fixes #28
    
    * ebdb-com.el (ebdb-menu): It was still callable from the menu.
---
 ebdb-com.el | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 689ed7f..c663a37 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -292,7 +292,6 @@ display information."
     (define-key km (kbd "w r")         'ebdb-copy-records-as-kill)
     (define-key km (kbd "w f")         'ebdb-copy-fields-as-kill)
     (define-key km (kbd "w m")         'ebdb-copy-mail-as-kill)
-    ;; (define-key km (kbd "P"         'ebdb-print)
     (define-key km (kbd "=")           'delete-other-windows)
     ;; Buffer manipulation
     (define-key km (kbd "b c")         'ebdb-clone-buffer)
@@ -927,9 +926,7 @@ displayed records."
      ["Copy fields as kill" ebdb-copy-fields-as-kill t]
      ["Copy mail as kill" ebdb-copy-mail-as-kill t]
      ["Follow relation" ebdb-follow-related t]
-     ["Export records in other format" ebdb-format-to-tmp-buffer t]
-     "--"
-     ["Print records" ebdb-print t])
+     ["Export records in other format" ebdb-format-to-tmp-buffer t])
     ("Manipulate database"
      ["Create new record" ebdb-create-record t]
      ["Edit current field" ebdb-edit-field t]
@@ -1047,8 +1044,6 @@ was saved.
 \\[ebdb-mail]\t Compose mail to the person represented by the \
 current record.
 \\[ebdb-save]\t Save the EBDB file to disk.
-\\[ebdb-print]\t Create a TeX file containing a pretty-printed version \
-of all the\n\t records in the database.
 \\[ebdb-info]\t Read the Info documentation for EBDB.
 \\[ebdb-help]\t Display a one line command summary in the echo area.
 



reply via email to

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