diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-12 00:24:09 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-12 00:24:09 -0400 |
commit | 486552c2903cc252e1839589b41c4becc80f313d (patch) | |
tree | 220f6879836ab87f91497b21d23f5867f58546cc /piem-elfeed.el | |
parent | 44ab06bc6fff7dda3d91a441da704752f00d098e (diff) | |
download | piem-486552c2903cc252e1839589b41c4becc80f313d.tar.gz |
Don't bother with piem-mid-to-thread-functions comments
There's not much point in having repeated comments across endpoints
that note the fallback behavior in general. Shorten the comment in
-gnus to just note that it'd be nice to have a Gnus variant. Assuming
the messages are present locally, that'd be better than downloading
the mbox from a public-inbox instance.
Diffstat (limited to 'piem-elfeed.el')
-rw-r--r-- | piem-elfeed.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/piem-elfeed.el b/piem-elfeed.el index 8e73321..b5e7dc8 100644 --- a/piem-elfeed.el +++ b/piem-elfeed.el @@ -54,10 +54,6 @@ (and (string-match piem-elfeed--link-re link) (match-string 2 link))))) -;; No function is defined for `piem-mid-to-thread-functions'. All -;; callers should fall back to getting the thread from a public-inbox -;; instance. - (define-minor-mode piem-elfeed-mode "Toggle Elfeed support for piem. With a prefix argument ARG, enable piem-elfeed mode if ARG is |