Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsuhiro Hermit Endo <hermit@koka-in.org>
Subject: [PATCH] pass old-topic to read-string
Date: Sun, 04 Nov 2001 17:55:17 +0900	[thread overview]
Message-ID: <874roaapai.fsf@koka-in.org> (raw)

Index: lisp/gnus-topic.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-topic.el,v
retrieving revision 6.14
diff -u -u -r6.14 gnus-topic.el
--- lisp/gnus-topic.el	2001/10/14 23:12:40	6.14
+++ lisp/gnus-topic.el	2001/11/04 08:40:49
@@ -1450,7 +1450,7 @@
   (interactive
    (let ((topic (gnus-current-topic)))
      (list topic
-	   (read-string (format "Rename %s to: " topic)))))
+	   (read-string "Rename topic to: " topic))))
   ;; Check whether the new name exists.
   (when (gnus-topic-find-topology new-name)
     (error "Topic '%s' already exists" new-name))



             reply	other threads:[~2001-11-04  8:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-04  8:55 Katsuhiro Hermit Endo [this message]
2001-11-04 14:14 ` ShengHuo ZHU

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=874roaapai.fsf@koka-in.org \
    --to=hermit@koka-in.org \
    /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).