diff lisp/outline.el @ 104612:c220a29e75fd

Define risky-local-variable property here rather than in files.el.
author Glenn Morris <rgm@gnu.org>
date Wed, 26 Aug 2009 03:07:25 +0000
parents 3123154d96e0
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/outline.el	Wed Aug 26 02:59:34 2009 +0000
+++ b/lisp/outline.el	Wed Aug 26 03:07:25 2009 +0000
@@ -380,6 +380,7 @@
   "*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.