diff options
| author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-11-08 01:38:47 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-11-08 01:38:47 +0000 |
| commit | 1fe0787fcd0c74fa242f714d60e94543c0d8cd0c (patch) | |
| tree | 8b56b0d507174526f89fca3c300e8e0198649c09 /lisp/gnus/gnus-group.el | |
| parent | 674728d4e3b3eed39fd2c229eda4ac7754657102 (diff) | |
| download | emacs-1fe0787fcd0c74fa242f714d60e94543c0d8cd0c.tar.gz | |
gnus-group.el (gnus-group-read-ephemeral-group, gnus-group-make-group): Remove superfluous ": " from the prompt.
gnus-start.el (gnus-get-unread-articles, gnus-read-active-file): Ignore totally non-existent methods.
Diffstat (limited to 'lisp/gnus/gnus-group.el')
| -rw-r--r-- | lisp/gnus/gnus-group.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 5a65d30ec1c..5ece1457163 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2267,7 +2267,7 @@ Return the name of the group if selection was successful." (list ;; (gnus-read-group "Group name: ") (gnus-group-completing-read) - (gnus-read-method "From method: "))) + (gnus-read-method "From method"))) ;; Transform the select method into a unique server. (when (stringp method) (setq method (gnus-server-to-method method))) @@ -2674,7 +2674,7 @@ server." (interactive (list (gnus-read-group "Group name: ") - (gnus-read-method "From method: "))) + (gnus-read-method "From method"))) (when (stringp method) (setq method (or (gnus-server-to-method method) method))) |
