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

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

[elpa] externals/calibre abad9116cb 08/76: Correct function name


From: ELPA Syncer
Subject: [elpa] externals/calibre abad9116cb 08/76: Correct function name
Date: Thu, 18 May 2023 09:57:41 -0400 (EDT)

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

    Correct function name
    
    * calibre-library.el (calibre-add-book): Renamed to calibre-library-add-book
    (calibre-library-mode-map): Changed binding from calibre-add-book to 
calibre-library-add-book
---
 calibre-library.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/calibre-library.el b/calibre-library.el
index 70df68488a..9b057e2d34 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -37,7 +37,7 @@
   "Add FILE to the Calibre library."
   (interactive "f")
   (unless (executable-find "calibredb"))
-  (calibre-add-books (list file)))
+  (calibre-library-add-books (list file)))
 
 (defun calibre-library-add-books (files)
   "Add FILES to the Calibre library."
@@ -122,7 +122,7 @@ ARGS should be a list of strings.  SENTINEL is a process 
sentinel to install."
   "d" #'calibre-library-mark-remove
   "u" #'calibre-library-mark-unmark
   "x" #'calibre-library-execute
-  "a" #'calibre-add-book
+  "a" #'calibre-library-add-book
   "v" #'calibre-view-book
   "e" #'calibre-edit-book
   "RET" #'calibre-library-open-book)



reply via email to

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