Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus 0.15/0.16] gnus-no-server bugfix
@ 1995-11-26 22:55 Steven L. Baur
  0 siblings, 0 replies; only message in thread
From: Steven L. Baur @ 1995-11-26 22:55 UTC (permalink / raw)


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


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

only message in thread, other threads:[~1995-11-26 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-26 22:55 [sgnus 0.15/0.16] gnus-no-server bugfix Steven L. Baur

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).