2004-01-27 Steve Youngs <sryoungs@bigpond.net.au>
[gnus] / lisp / gnus-spec.el
index 0ada383..cc25707 100644 (file)
@@ -665,7 +665,7 @@ are supported for %s."
        (list (car flist)))
       ;; A single number.
       ((string= fstring "%d")
-       (setq dontinsert)
+       (setq dontinsert t)
        (if insert
           (list `(princ ,(car flist)))
         (list `(int-to-string ,(car flist)))))