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

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

[elpa] externals/calibre 49f05eedc0 10/11: Remove second definition of c


From: ELPA Syncer
Subject: [elpa] externals/calibre 49f05eedc0 10/11: Remove second definition of calibre-series widget
Date: Sat, 20 May 2023 19:57:32 -0400 (EDT)

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

    Remove second definition of calibre-series widget
    
    * calibre-widgets.el (calibre-series): Remove second, and incorrect
    definition of the series widget which shadowed the correct one.
---
 calibre-widgets.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/calibre-widgets.el b/calibre-widgets.el
index b6f70b6f45..c4f611fc49 100644
--- a/calibre-widgets.el
+++ b/calibre-widgets.el
@@ -48,11 +48,6 @@ It reads a tag from an editable text field."
   :tag "Tag"
   :format "%t %v")
 
-(define-widget 'calibre-series 'cons
-  nil
-  'calibre-series-name
-  '(number))
-
 (define-widget 'calibre-date 'vector
   "A date widget.
 It reads a year, month, and day."



reply via email to

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