Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] for 0.95: Remove comma in call to gnus-server-set-info
@ 1999-08-05 14:08 Fabian Ritzmann
  0 siblings, 0 replies; only message in thread
From: Fabian Ritzmann @ 1999-08-05 14:08 UTC (permalink / raw)


Hi,

A small typo apparently, but it caused major screwage in my .newsrc.eld
after I had edited the server parameters in the server buffer.

--- pgnus-0.95~/lisp/ChangeLog  Thu Aug  5 16:49:51 1999
+++ pgnus-0.95/lisp/ChangeLog   Thu Aug  5 16:50:35 1999
@@ -1,3 +1,8 @@
+1999-08-05  Fabian Ritzmann  <ritzmann@ira.uka.de>
+
+       * gnus-srvr.el (gnus-server-edit-server): Remove comma in call to
+       gnus-server-set-info.
+
 Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * gnus.el: Pterodactyl Gnus v0.95 is released.




--- pgnus-0.95~/lisp/gnus-srvr.el       Thu Aug  5 16:49:20 1999
+++ pgnus-0.95/lisp/gnus-srvr.el        Thu Aug  5 16:51:12 1999
@@ -462,7 +462,7 @@
     (gnus-edit-form
      info "Editing the server."
      `(lambda (form)
-       (gnus-server-set-info ,server form)
+       (gnus-server-set-info server form)
        (gnus-server-list-servers)
        (gnus-server-position-point)))))


BR, Fabian Ritzmann



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

only message in thread, other threads:[~1999-08-05 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-05 14:08 [patch] for 0.95: Remove comma in call to gnus-server-set-info Fabian Ritzmann

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