Trivial fixes:
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 24 Feb 2003 15:19:47 +0000 (15:19 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 24 Feb 2003 15:19:47 +0000 (15:19 +0000)
* gnus-topic.el (gnus-topic-select-group): Replace gnus-group-group-name
* gnus-group.el (gnus-group-select-group): with (gnus-group-group-name).

lisp/gnus-group.el
lisp/gnus-topic.el

index e2fa124..4a5fc9b 100644 (file)
@@ -1876,7 +1876,7 @@ If the group is opened, just switch the summary buffer.
 If ALL is non-nil, already read articles become readable.
 If ALL is a number, fetch this number of articles."
   (interactive "P")
 If ALL is non-nil, already read articles become readable.
 If ALL is a number, fetch this number of articles."
   (interactive "P")
-  (when (and (eobp) (not gnus-group-group-name))
+  (when (and (eobp) (not (gnus-group-group-name)))
     (forward-line -1))
   (gnus-group-read-group all t))
 
     (forward-line -1))
   (gnus-group-read-group all t))
 
index a6f662d..22ef257 100644 (file)
@@ -1180,7 +1180,7 @@ If ALL is a number, fetch this number of articles.
 
 If performed over a topic line, toggle folding the topic."
   (interactive "P")
 
 If performed over a topic line, toggle folding the topic."
   (interactive "P")
-  (when (and (eobp) (not gnus-group-group-name))
+  (when (and (eobp) (not (gnus-group-group-name)))
     (forward-line -1))
   (if (gnus-group-topic-p)
       (let ((gnus-group-list-mode
     (forward-line -1))
   (if (gnus-group-topic-p)
       (let ((gnus-group-list-mode