[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."
- [elpa] externals/calibre updated (28c605f9dc -> ad65bf9b51), ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 41263e2820 08/11: Fix byte compiler warnings, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 436e70ac13 09/11: Fix docstring quoting, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre ad65bf9b51 11/11: Bump package version to 1.3.3, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 3fa7d264da 03/11: Use constant instead of magic value, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre e0f6e49316 04/11: Add missing search function to calibre-cli, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 67b7386841 07/11: Move functions from calibre-core to calibre-cli, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 6ff78d6eca 05/11: Use correct author separator in calibre-cli, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 503e175c54 02/11: Document internal variables, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre d7dd1f4d70 01/11: Fix copyright header, ELPA Syncer, 2023/05/20
- [elpa] externals/calibre 49f05eedc0 10/11: Remove second definition of calibre-series widget,
ELPA Syncer <=
- [elpa] externals/calibre 472fb38333 06/11: Factor out JSON parsing in calibre-cli, ELPA Syncer, 2023/05/20