]> git.eshelyaron.com Git - emacs.git/commitdiff
; Pacify warnings in last newsticker change.
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 Mar 2021 15:34:19 +0000 (15:34 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 Mar 2021 15:34:19 +0000 (15:34 +0000)
lisp/net/newst-backend.el

index 9096d681a826b1a0ab3a7a4b4c952a525d0b028f..418c1e2e966d69cbfbfde2dd12ea02bc79cef3d7 100644 (file)
 (require 'iso8601)
 
 ;; Silence warnings
+(defvar newsticker-groups)
 (defvar w3-mode-map)
 (defvar w3m-minor-mode-map)
 
-
 (defvar newsticker--retrieval-timer-list nil
   "List of timers for news retrieval.
 This is an alist, each element consisting of (feed-name . timer).")
@@ -2236,7 +2236,6 @@ If AGE is nil, the total number of items is returned."
 (defun newsticker-opml-export ()
   "OPML subscription export.
 Export subscriptions to a buffer in OPML Format."
-  ;; FIXME: use newsticker-groups
   (interactive)
   (with-current-buffer (get-buffer-create "*OPML Export*")
     (erase-buffer)
@@ -2311,7 +2310,7 @@ Export subscriptions to a buffer in OPML Format."
 
 (defun newsticker-opml-import (filename)
   "Import OPML data from FILENAME.
-Feeds are added to 'newsticker-url-list and 'newsticker-groups
+Feeds are added to `newsticker-url-list' and `newsticker-groups'
 preserving the outline structure."
   (interactive "fOPML file: ")
   (set-buffer (find-file-noselect filename))