Gnus development mailing list
 help / color / mirror / Atom feed
From: Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
Subject: one more fix...[sgnus-0.17]
Date: Sun, 3 Dec 1995 15:07:56 +0100	[thread overview]
Message-ID: <"nz11.rz.un.986:03.12.95.14.10.09"@rz.uni-karlsruhe.de> (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


                 reply	other threads:[~1995-12-03 14:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='"nz11.rz.un.986:03.12.95.14.10.09"@rz.uni-karlsruhe.de' \
    --to=jtl@tkm.physik.uni-karlsruhe.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).