summaryrefslogtreecommitdiff
path: root/lisp/outline.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-26 03:07:25 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-26 03:07:25 +0000
commit6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b (patch)
treec0aceb708a01fcb3d8ca22b3532027691ec40df8 /lisp/outline.el
parente49c01791000a9d18cd7813c947c78b1ea1b7cf7 (diff)
downloademacs-6dc3311d252c4f85ab7ba93dfef6486afa2fbd5b.tar.gz
Define risky-local-variable property here rather than in files.el.
Diffstat (limited to 'lisp/outline.el')
-rw-r--r--lisp/outline.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index 250f2e16335..703e818f3a5 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -380,6 +380,7 @@ See the command `outline-mode' for more information on this mode."
"*Function of no args to compute a header's nesting level in an outline.
It can assume point is at the beginning of a header line and that the match
data reflects the `outline-regexp'.")
+;;;###autoload(put 'outline-level 'risky-local-variable t)
(defvar outline-heading-alist ()
"Alist associating a heading for every possible level.