branch: elpa/elfeed
commit b1bd9fd13c4b29c68c2339dc8b963877039f83e2
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Do not require elfeed-csv by default
---
elfeed-csv.el | 1 +
elfeed.el | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/elfeed-csv.el b/elfeed-csv.el
index 184ea165f7..e604104606 100644
--- a/elfeed-csv.el
+++ b/elfeed-csv.el
@@ -102,6 +102,7 @@ ROW is a sequence (list or vector)."
do (insert (elfeed-csv-quote value))
finally (newline)))
+;;;###autoload
(cl-defun elfeed-csv-export (feeds-file entries-file tags-file &key headers-p)
"Create separate CSV files for feeds, entries, and tags.
diff --git a/elfeed.el b/elfeed.el
index b6f09d5ea8..18fac13e5d 100644
--- a/elfeed.el
+++ b/elfeed.el
@@ -1033,7 +1033,6 @@ date, in addition to checking the tag and date. The new
(unless nil
;; run-time only, so don't load when compiling other files
- (require 'elfeed-csv)
(require 'elfeed-show)
(require 'elfeed-search)
(require 'elfeed-tree))