aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/url-news.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el
index 8dc75608f4d..c56fe83e77e 100644
--- a/lisp/url/url-news.el
+++ b/lisp/url/url-news.el
@@ -73,7 +73,7 @@
73 " </p>\n" 73 " </p>\n"
74 " <p>\n" 74 " <p>\n"
75 " If you If you feel this is an error, <a href=\"" 75 " If you If you feel this is an error, <a href=\""
76 "mailto:" url-bug-address "\">send me mail</a>\n" 76 "mailto:" url-bug-address "\">send mail</a>\n"
77 " </p>\n" 77 " </p>\n"
78 " </div>\n" 78 " </div>\n"
79 " </body>\n" 79 " </body>\n"
@@ -89,7 +89,7 @@
89 (if (string-match "/+$" newsgroup) 89 (if (string-match "/+$" newsgroup)
90 (setq newsgroup (substring newsgroup 0 (match-beginning 0)))) 90 (setq newsgroup (substring newsgroup 0 (match-beginning 0))))
91 91
92 ;; This saves us from checking new news if GNUS is already running 92 ;; This saves us from checking new news if Gnus is already running
93 ;; FIXME - is it relatively safe to use gnus-alive-p here? FIXME 93 ;; FIXME - is it relatively safe to use gnus-alive-p here? FIXME
94 (if (or (not (get-buffer gnus-group-buffer)) 94 (if (or (not (get-buffer gnus-group-buffer))
95 (save-excursion 95 (save-excursion