diff options
| -rw-r--r-- | lisp/gnus/nntp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 0e10dfdb8be..0006ef9f5cf 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -1130,7 +1130,7 @@ command whose response triggered the error." | |||
| 1130 | (prog1 | 1130 | (prog1 |
| 1131 | (nntp-send-command | 1131 | (nntp-send-command |
| 1132 | "^\\.\r?\n" "NEWGROUPS" | 1132 | "^\\.\r?\n" "NEWGROUPS" |
| 1133 | (format-time-string "%y%m%d %H%M%S" time) | 1133 | (format-time-string "%y%m%d %H%M%S" time t) |
| 1134 | "GMT") | 1134 | "GMT") |
| 1135 | (nntp-decode-text)))))) | 1135 | (nntp-decode-text)))))) |
| 1136 | 1136 | ||