From 91ccd22ffeae686dedc73a700e5721cf1edd248d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 14 May 2004 09:52:59 +0000 Subject: [PATCH] Synch to No Gnus 200405140919. ***************************************** ******* It may still be dangerous ******* ***************************************** --- lisp/ChangeLog | 4 ++++ lisp/nntp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 1.7.10.4