Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: [sgnus 0.15/0.16] gnus-no-server bugfix
Date: 26 Nov 1995 14:55:57 -0800	[thread overview]
Message-ID: <m2enuv0yv6.fsf@diana.miranova.com> (raw)
In-Reply-To: gnus-bug@ifi.uio.no's message of 26 Nov 1995 06:30:13 -0800

This change affects all Emacsen, and fixes a bug that first appeared in
sgnus 0.15.

There is a typo in the gnus-no-server function.
===================================================================
RCS file: RCS/gnus.el,v
retrieving revision 1.3
diff -u -r1.3 gnus.el
--- 1.3 1995/11/26 22:05:23
+++ gnus.el     1995/11/26 22:43:48
@@ -3697,7 +3697,7 @@
 prompt the user for the name of an NNTP server to use.
 As opposed to `gnus', this command will not connect to the local server."
   (interactive "P")
-  (make-local-variable gnus-group-use-permanent-levels)
+  (make-local-variable 'gnus-group-use-permanent-levels)
   (setq gnus-group-use-permanent-levels t)
   (gnus (or arg (1- gnus-level-default-subscribed)) t))
 
===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.3
diff -u -r1.3 ChangeLog
--- 1.3 1995/11/26 22:05:23
+++ ChangeLog   1995/11/26 22:48:35
@@ -1,3 +1,7 @@
+Sun Nov 26 14:46:55 1995  Steven L. Baur  <steve@diana.miranova.com>
+
+       * gnus.el (gnus-no-server): typo prevented entry to gnus
+
 Sun Nov 26 15:15:29 1995  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
        * gnus.el (gnus-select-newsgroup): Would bug out on dead groups. 


-- 
steve@miranova.com baur


                 reply	other threads:[~1995-11-26 22:55 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=m2enuv0yv6.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /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).