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

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

[elpa] externals/calibre fd949f1813 72/76: Set name of calibre-library-m


From: ELPA Syncer
Subject: [elpa] externals/calibre fd949f1813 72/76: Set name of calibre-library-mode
Date: Thu, 18 May 2023 09:57:47 -0400 (EDT)

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

    Set name of calibre-library-mode
    
    * calibre-library.el (calibre-library-mode): Set display name.
---
 calibre-library.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/calibre-library.el b/calibre-library.el
index 64e4f01622..1ff4e7dd79 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -121,6 +121,7 @@
   "o" #'calibre-library-open-book-other-window)
 
 (define-derived-mode calibre-library-mode tabulated-list-mode
+  "Library Mode"
   (setf tabulated-list-padding 2)
   (setq-local revert-buffer-function #'calibre-library-revert)
   (setq-local font-lock-defaults



reply via email to

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