Jelajahi Sumber

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

Bastien Guerry 14 tahun lalu
induk
melakukan
22427a66ff
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 (defvar org-read-date-inactive)
 
 
 (defun org-read-date (&optional org-with-time to-time from-string prompt
 (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.
   "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
 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'.
 which will at least partially be understood by `parse-time-string'.