(nntp-save-marks): Pass missing arg.
authorKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 14 May 2004 09:19:56 +0000 (09:19 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 14 May 2004 09:19:56 +0000 (09:19 +0000)
lisp/ChangeLog
lisp/nntp.el

index fff8d33..a40c5e0 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
+
+       * nntp.el (nntp-save-marks): Pass missing arg.
+
 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
 
        * nntp.el: Support marks.
index 06b3e56..f11364e 100644 (file)
@@ -1998,7 +1998,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)