X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnntp.el;h=6da83d977b458eb9811c50da06ced494e06885ca;hb=babe54cf5412efcfc7159935a3fb6d766ddf21f1;hp=1cf3aee7a1b4aecd2eeb41011249c2fcdda9d11d;hpb=a6c96b16c6184d722fe45f8f6af91f00af3ba021;p=gnus diff --git a/lisp/nntp.el b/lisp/nntp.el index 1cf3aee7a..6da83d977 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -492,7 +492,7 @@ noticing asynchronous data.") (not nntp-nov-is-evil) (nntp-retrieve-headers-with-xover articles fetch-old)) ;; We successfully retrieved the headers via XOVER. - 'nov + 'nov ;; XOVER didn't work, so we do it the hard, slow and inefficient ;; way. (let ((number (length articles)) @@ -951,7 +951,7 @@ password contained in '~/.nntp-authinfo'." (process (condition-case () (let ((coding-system-for-read nntp-coding-system-for-read) - (coding-system-for-write nntp-coding-system-for-write)) + (coding-system-for-write nntp-coding-system-for-write)) (funcall nntp-open-connection-function pbuffer)) (error nil) (quit