[PATCH elfeed-paywall] Correct deref function name
Export this patch
---
README.md | 2 +-
README.org | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a208283..014ede2 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ This package solves these three problems:
(elfeed-paywall-with-tag
entry 'paywall
(lambda ()
- (elfeed-log 'info "Processing Entry %s" (entry-deref (elfeed-entry-title entry)))
+ (elfeed-log 'info "Processing Entry %s" (elfeed-deref (elfeed-entry-title entry)))
;; Remove the analytics URL forwarder that is put in front of
;; "The Register" articles
(elfeed-paywall-replace-regexp-in-link
diff --git a/README.org b/README.org
index eb709a6..518d132 100644
--- a/README.org
+++ b/README.org
@@ -36,7 +36,7 @@ This package solves these three problems:
(elfeed-paywall-with-tag
entry 'paywall
(lambda ()
- (elfeed-log 'info "Processing Entry %s" (entry-deref (elfeed-entry-title entry)))
+ (elfeed-log 'info "Processing Entry %s" (elfeed-deref (elfeed-entry-title entry)))
;; Remove the analytics URL forwarder that is put in front of
;; "The Register" articles
(elfeed-paywall-replace-regexp-in-link
--
2.36.1
Hi Joshua,
Thanks for this patch, I've applied it!
Best,
JH
Joshua O'Connor <joshua@joshuao.com> writes: