~johnhamelink/public-inbox

elfeed-paywall: Correct deref function name v1 APPLIED

Joshua O'Connor: 1
 Correct deref function name

 2 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~johnhamelink/public-inbox/patches/33552/mbox | git am -3
Learn more about email & git

[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: