emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 358c6c9: ; Pacify warnings in last newsticker change.


From: Basil L. Contovounesios
Subject: master 358c6c9: ; Pacify warnings in last newsticker change.
Date: Thu, 4 Mar 2021 10:39:15 -0500 (EST)

branch: master
commit 358c6c9b95a5fd77edb1538f5fec5021a03de94a
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Pacify warnings in last newsticker change.
---
 lisp/net/newst-backend.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el
index 9096d68..418c1e2 100644
--- a/lisp/net/newst-backend.el
+++ b/lisp/net/newst-backend.el
@@ -39,10 +39,10 @@
 (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]