浏览代码

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

Bastien Guerry 13 年之前
父节点
当前提交
22427a66ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'.