Change some defcustoms into defconsts
commit19d74816656387d12ec3ff2c3256cbaff5e23bf5
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 29 Oct 2013 13:53:21 +0000 (29 14:53 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 16 Nov 2013 20:22:21 +0000 (16 21:22 +0100)
tree73467a8cdca22ae352d5324a0265a8d87be04b2b
parentd8e149eb76219ea45114cac796db851e452152a3
Change some defcustoms into defconsts

* lisp/org.el (org-clock-string, org-closed-string)
  (org-deadline-string, org-scheduled-string)
  (org-archive-tag, org-comment-string, org-quote-string)
  (org-effort-property, org-latex-regexps): Turn variables into
  constants.
* testing/lisp/test-org-element.el: Update tests.
* testing/lisp/test-ox.el: Update tests.

Also collect all syntax related constants in the same part of the
file.
lisp/org.el
testing/lisp/test-org-element.el
testing/lisp/test-ox.el