org.el: Use variables instead of constants for `org-outline-regexp-bol' and `org...
commit6cd13146c9660fd96571c0c91b9387b62e27fcb5
authorBastien Guerry <bzg@altern.org>
Sun, 5 Aug 2012 18:03:39 +0000 (5 20:03 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 5 Aug 2012 18:03:39 +0000 (5 20:03 +0200)
tree25882be0b5a416e8b4495940d5e479b133359edf
parentb7a61ed7ea23d3dd7631933833ae5e9f9efb5d5a
org.el: Use variables instead of constants for `org-outline-regexp-bol' and `org-heading-regexp'

* org.el (org-outline-regexp-bol, org-heading-regexp): Use
variables instead of constants.

This fixes compiler warnings when compiling with Emacs 23.4.
lisp/org.el