; * lisp/gnus/gnus-delay.el (gnus-delay-article): Fix last change.

This commit is contained in:
Eli Zaretskii 2026-03-28 12:16:11 +03:00
parent f932a683e8
commit 74e771d816

View file

@ -85,7 +85,7 @@ generated when the article is sent."
message-mode)
;; Allow spell checking etc.
(run-hooks 'message-send-hook)
(let (num unit year month day hour minute deadline) ;; days
(let (num unit year month day hour minute deadline second) ;; days
(cond ((string-match
"\\([0-9][0-9][0-9]?[0-9]?\\)-\\([0-9]+\\)-\\([0-9]+\\) \\([0-9]\\{1,2\\}\\):\\([0-9]\\{2\\}\\):?\\([0-9]\\{2\\}\\)?"
delay)