Gnus -- minor build / warning fixes [OK For Upstream]
[gnus] / lisp / gnus-delay.el
index 93069e5..886b16c 100644 (file)
@@ -82,7 +82,7 @@ DELAY is a string, giving the length of the time.  Possible values are:
          gnus-delay-default-delay)))
   ;; Allow spell checking etc.
   (run-hooks 'message-send-hook)
-  (let (num unit days year month day hour minute deadline)
+  (let (num unit year month day hour minute deadline)
     (cond ((string-match
            "\\([0-9][0-9][0-9]?[0-9]?\\)-\\([0-9]+\\)-\\([0-9]+\\)"
            delay)