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:
8af3cd3
)
lisp/nnmh.el: Fix typo again.
author
ichikawa
<ichikawa>
Mon, 28 Sep 1998 14:31:37 +0000
(14:31 +0000)
committer
ichikawa
<ichikawa>
Mon, 28 Sep 1998 14:31:37 +0000
(14:31 +0000)
lisp/nnmh.el
patch
|
blob
|
history
diff --git
a/lisp/nnmh.el
b/lisp/nnmh.el
index
6f4480d
..
efc0654
100644
(file)
--- a/
lisp/nnmh.el
+++ b/
lisp/nnmh.el
@@
-295,7
+295,7
@@
(deffoo nnmh-request-accept-article (group &optional server last noinsert)
(nnmh-possibly-change-directory group server)
(if (and (not (equal group "queue"))
- (not (equal grouo "draft")))
+ (not (equal group "draft")))
(nnmail-check-syntax))
(when nnmail-cache-accepted-message-ids
(nnmail-cache-insert (nnmail-fetch-field "message-id")))