diff options
-rw-r--r-- | emacsconf-schedule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 84413f2..b4dcb0a 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -42,7 +42,7 @@ Each function should take the info and manipulate it as needed, returning the ne o) info)) - +(defvar emacsconf-schedule-draft nil "Draft schedule if specified.") (defvar emacsconf-schedule-break-time 10 "Number of minutes for break.") (defvar emacsconf-schedule-lunch-time 45 "Number of minutes for lunch.") (defvar emacsconf-schedule-start-time "09:00:00") |