mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
Fix typo
Patch by Mikael Fornius
This commit is contained in:
parent
523ab0baee
commit
7ce8e87b8e
@ -12826,7 +12826,7 @@ user."
|
||||
month (or (nth 4 tl)
|
||||
(if (and org-read-date-prefer-future
|
||||
(nth 3 tl) (< (nth 3 tl) (nth 3 defdecode)))
|
||||
(prog (1+ (nth 4 defdecode)) (setq futurep t))
|
||||
(prog1 (1+ (nth 4 defdecode)) (setq futurep t))
|
||||
(nth 4 defdecode)))
|
||||
year (or (nth 5 tl)
|
||||
(if (and org-read-date-prefer-future
|
||||
|
Loading…
Reference in New Issue
Block a user