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:
4c1f560
)
Sync.
author
yamaoka
<yamaoka>
Tue, 25 Apr 2000 01:55:31 +0000
(
01:55
+0000)
committer
yamaoka
<yamaoka>
Tue, 25 Apr 2000 01:55:31 +0000
(
01:55
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-util.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
b9afb90
..
6b7ab63
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2000-04-24 21:11:48 Shenghuo ZHU <zsh@cs.rochester.edu>
+
+ * gnus-util.el (gnus-netrc-machine): Another default to nntp.
+
2000-04-24 18:14:12 Shenghuo ZHU <zsh@cs.rochester.edu>
* gnus-draft.el (gnus-draft-setup): Restore mml only when
diff --git
a/lisp/gnus-util.el
b/lisp/gnus-util.el
index
d3d4309
..
c6ea284
100644
(file)
--- a/
lisp/gnus-util.el
+++ b/
lisp/gnus-util.el
@@
-920,7
+920,8
@@
ARG is passed to the first function."
(setq result (nreverse result))
(while (and result
(not (equal (or port "nntp")
- (gnus-netrc-get (car result) "port"))))
+ (or (gnus-netrc-get (car result) "port")
+ "nntp"))))
(pop result))
(car result))))