summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-08-20 14:02:39 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-08-20 14:02:39 +0200
commita72c58178d68e668e0dcfd9e1b5554a3146ccf07 (patch)
tree0fe85c856e54d2920e0781b51dbdf8aeaf726b8a
parentf9f35bc79b55f4243dd0e289653cac7ee8418ea3 (diff)
downloadorg-mode-a72c58178d68e668e0dcfd9e1b5554a3146ccf07.tar.gz
Fix f4d7646
* lisp/org.el (org-deadline): (org-schedule): Remove spurious argument.
-rwxr-xr-xlisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 9141e97..d4f2e3d 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -13346,7 +13346,7 @@ can either be an Org date like \"2011-07-24\" or a delta like \"+2d\"."
org-log-redeadline
(not (equal old-date org-last-inserted-timestamp)))
(org-add-log-setup
- 'redeadline org-last-inserted-timestamp nil old-date 'findpos
+ 'redeadline org-last-inserted-timestamp old-date 'findpos
org-log-redeadline))
(when repeater
(save-excursion
@@ -13418,7 +13418,7 @@ either be an Org date like \"2011-07-24\" or a delta like \"+2d\"."
org-log-reschedule
(not (equal old-date org-last-inserted-timestamp)))
(org-add-log-setup
- 'reschedule org-last-inserted-timestamp nil old-date 'findpos
+ 'reschedule org-last-inserted-timestamp old-date 'findpos
org-log-reschedule))
(when repeater
(save-excursion