org.el: Fix bug from switch to lexical binding
commit0fac70ea898c7d8b2718f73515d29a7877e87bd6
authorMichael Strey <mstrey@strey.biz>
Fri, 8 Apr 2016 12:03:30 +0000 (8 14:03 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 8 Apr 2016 21:12:42 +0000 (8 23:12 +0200)
tree54f9c7a7f4f6f9515a7f3ac02491499a1e095d16
parentea98632e3b6568c096b760f7351658d110cb1930
org.el: Fix bug from switch to lexical binding

* lisp/org.el (org-check-dates-range): Fix a bug introduces with the
  switch to lexical binding in commit
  1f49e9fdfd8b527377b5592bd65ad3be6abb9e6a.

This change fixed the following bug:  C-c \ D leads to error message "Symbol's value as variable is void: start-date".

TINYCHANGE
lisp/org.el