mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/gnus/gnus-delay.el (gnus-delay-article): Fix last change.
This commit is contained in:
parent
f932a683e8
commit
74e771d816
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue