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

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

[elpa] externals/calibre b0f8f76723 16/76: Remove references to unimplem


From: ELPA Syncer
Subject: [elpa] externals/calibre b0f8f76723 16/76: Remove references to unimplemented functions
Date: Thu, 18 May 2023 09:57:41 -0400 (EDT)

branch: externals/calibre
commit b0f8f76723ae1c174044400f0a830cfde4c50810
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    Remove references to unimplemented functions
    
    * calibre-library.el (calibre-library-mode-map): Remove keys whose
    functions have not been implemented yet.
---
 calibre-library.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/calibre-library.el b/calibre-library.el
index 2c2979880a..6242c21d92 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -134,8 +134,6 @@ ARGS should be a list of strings.  SENTINEL is a process 
sentinel to install."
   "u" #'calibre-library-mark-unmark
   "x" #'calibre-library-execute
   "a" #'calibre-library-add-book
-  "v" #'calibre-view-book
-  "e" #'calibre-edit-book
   "RET" #'calibre-library-open-book)
 
 (define-derived-mode calibre-library-mode tabulated-list-mode



reply via email to

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