projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c985ad4
)
(nntp-possibly-change-group): Clean up trash string when connect to the
author
keiichi
<keiichi>
Wed, 25 Jul 2001 02:11:47 +0000
(
02:11
+0000)
committer
keiichi
<keiichi>
Wed, 25 Jul 2001 02:11:47 +0000
(
02:11
+0000)
server.
lisp/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/nntp.el
b/lisp/nntp.el
index
167ed75
..
13f877f
100644
(file)
--- a/
lisp/nntp.el
+++ b/
lisp/nntp.el
@@
-1069,6
+1069,8
@@
password contained in '~/.nntp-authinfo'."
(erase-buffer)
(nntp-send-command "^[245].*\n" "GROUP" group)
(setcar (cddr entry) group)
+ (erase-buffer)
+ (set-buffer nntp-server-buffer)
(erase-buffer))))))
(defun nntp-decode-text (&optional cr-only)