* outline.el (outline-regexp, outline-heading-end-regexp): Use
authorBastien Guerry <bzg@gnu.org>
Wed, 20 Feb 2013 13:05:24 +0000 (14:05 +0100)
committerBastien Guerry <bzg@gnu.org>
Wed, 20 Feb 2013 13:05:24 +0000 (14:05 +0100)
commitd8d2d18a7d85663f42d9d6f9859079e629428913
treec993b6a2a03582bd7f6701b3835f9746ef7a5a8c
parent1e56f8ef3495d015ee992930da1d6cc76532de68
* outline.el (outline-regexp, outline-heading-end-regexp): Use
variables, not options (bug#13731).

Setting this as a global option is likely to be useless, because it is
unlikely that all outline file will use the modified regexp.

Additionnally, if one of these variables if set through customize and
the outline keybindings don't work in a standard outline file, it is
hard to know why.

Thanks to T. V. Raman for reporting this.
lisp/ChangeLog
lisp/outline.el