Gnus development mailing list
 help / color / mirror / Atom feed
* one more fix...[sgnus-0.17]
@ 1995-12-03 14:07 Jens Lautenbacher
  0 siblings, 0 replies; only message in thread
From: Jens Lautenbacher @ 1995-12-03 14:07 UTC (permalink / raw)



*** gnus-topic.el~	Sun Dec  3 05:01:32 1995
--- gnus-topic.el	Sun Dec  3 15:02:26 1995
***************
*** 358,364 ****
      (let ((group (gnus-group-group-name)))
        (gnus-topic-goto-topic (gnus-group-parent-topic))
        (gnus-topic-update-topic-line)
!       (gnus-group-goto-group group)
        (gnus-group-position-point))))
  
  (defun gnus-topic-update-topic-line ()
--- 358,365 ----
      (let ((group (gnus-group-group-name)))
        (gnus-topic-goto-topic (gnus-group-parent-topic))
        (gnus-topic-update-topic-line)
!       (if group
! 	  (gnus-group-goto-group group))
        (gnus-group-position-point))))
  
  (defun gnus-topic-update-topic-line ()
*** ChangeLog~	Sun Dec  3 05:07:47 1995
--- ChangeLog	Sun Dec  3 15:07:40 1995
***************
*** 1,3 ****
--- 1,8 ----
+ Sun Dec  3 15:03:02 1995  Jens Lautenbacher  <jtl@tkm.physik.uni-karlsruhe.de>
+ 
+ 	* gnus-topic.el (gnus-topic-update-topic): parameter `group' in
+ 	  call to gnus-group-goto-group may be NIL in topic-mode
+ 
  Sun Dec  3 04:19:33 1995  Jens Lautenbacher  <jtl@tkm.physik.uni-karlsruhe.de>
  
  	* gnus-topic.el (gnus-topic-mode-map): Using mouse-2 to hide/show


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-12-03 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-03 14:07 one more fix...[sgnus-0.17] Jens Lautenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).