Turn buffer local syntax variables into constants
commitfd877468368a41d8600c740c6687448923bfec88
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 5 Oct 2014 10:50:05 +0000 (5 12:50 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 28 Oct 2014 13:23:52 +0000 (28 14:23 +0100)
tree02e40d7aa9f473e0626afd6f05fac6896db8617f
parent1c34ec85b0f9fc9034b4d72f2e8d9bd030427772
Turn buffer local syntax variables into constants

* lisp/org.el (org-ds-keyword-length, org-deadline-regexp,
  org-deadline-time-regexp, org-deadline-time-hour-regexp,
  org-deadline-line-regexp, org-scheduled-regexp,
  org-scheduled-time-regexp, org-scheduled-time-hour-regexp,
  org-closed-time-regexp, org-keyword-time-regexp,
  org-keyword-time-not-clock-regexp, org-maybe-keyword-time-regexp,
  org-all-time-keywords): Turn into a defconst, no longer
  buffer-local.
(org-set-regexps-and-options): No need to set anymore previous
variables.
lisp/org.el