Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-339
[bpt/emacs.git] / lisp / gnus / gnus-spec.el
index ef1c431..39b8772 100644 (file)
@@ -509,7 +509,7 @@ are supported for %s."
         (t
          (if (null args)
              (error 'wrong-number-of-arguments #'my-format n fstring))
-         (let* ((minlen (string-to-int (or (match-string 2) "")))
+         (let* ((minlen (string-to-number (or (match-string 2) "")))
                 (arg (car args))
                 (str (if (stringp arg) arg (format "%s" arg)))
                 (lpad (null (match-string 1)))