Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabian Ritzmann <ritzmann@fzi.de>
Subject: [patch] for 0.95: Remove comma in call to gnus-server-set-info
Date: Thu, 05 Aug 1999 16:08:45 +0200	[thread overview]
Message-ID: <"prost1.fzi.463:05.08.99.14.08.54"@fzi.de> (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



                 reply	other threads:[~1999-08-05 14:08 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='"prost1.fzi.463:05.08.99.14.08.54"@fzi.de' \
    --to=ritzmann@fzi.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).