branch: externals/calibre
commit b0f8f76723ae1c174044400f0a830cfde4c50810
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>

    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