Parcourir la source

org.el (org-read-date): Fix bug from the last merge.

Bastien Guerry il y a 13 ans
Parent
commit
22427a66ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -15024,7 +15024,7 @@ So these are more for recording a certain time/date."
 (defvar org-read-date-inactive)
 
 (defun org-read-date (&optional org-with-time to-time from-string prompt
-				default-time default-input)
+				default-time default-input inactive)
   "Read a date, possibly a time, and make things smooth for the user.
 The prompt will suggest to enter an ISO date, but you can also enter anything
 which will at least partially be understood by `parse-time-string'.