branch: externals/calibre
commit b4c16414fdd3dd07a832e25a0c774949da8716e4
Author: Kjartan Oli Agustsson <[email protected]>
Commit: Kjartan Oli Agustsson <[email protected]>
Generate setter/un-setter pairs for title, publisher, and series
* calibre-edit.el: Generate setter/un-setter pairs for title,
publisher, and series
---
calibre-edit.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/calibre-edit.el b/calibre-edit.el
index 01e6321951..282123ef06 100644
--- a/calibre-edit.el
+++ b/calibre-edit.el
@@ -182,6 +182,9 @@ function does nothing."
(calibre-util--macro-map
calibre-edit--metadata-modifier-pair (tags authors))
+(calibre-util--macro-map
+ calibre-edit--metadata-setter-pair (title publisher series))
+
(defun calibre-edit-modified-p (book)
"Return non-nil if BOOK has been modified, nil otherwise."
(calibre-edit--find-original book))