From: yamaoka Date: Fri, 14 May 2004 09:52:59 +0000 (+0000) Subject: Synch to No Gnus 200405140919. X-Git-Tag: t-gnus-6_17_4-quimby-~936 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=91ccd22ffeae686dedc73a700e5721cf1edd248d;p=elisp%2Fgnus.git- Synch to No Gnus 200405140919. ***************************************** ******* It may still be dangerous ******* ***************************************** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fff8d33..a40c5e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-05-14 Kai Grossjohann + + * nntp.el (nntp-save-marks): Pass missing arg. + 2004-05-13 Kai Grossjohann * nntp.el: Support marks. diff --git a/lisp/nntp.el b/lisp/nntp.el index 7507eb6..c5d8184 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -2069,7 +2069,7 @@ Please refer to the following variables to customize the connection: group (nntp-marks-directory server))))) (condition-case err (progn - (nntp-possibly-create-directory group) + (nntp-possibly-create-directory group server) (with-temp-file file (erase-buffer) (gnus-prin1 nntp-marks)