]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-level): Mark it risky.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 1994 20:34:55 +0000 (20:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 1994 20:34:55 +0000 (20:34 +0000)
lisp/files.el

index f3486cc9cc2a6bf6b115acc0687796485923b56b..ff335fe9d60882f35b4c66e1d78053d5d6fd170d 100644 (file)
@@ -1149,6 +1149,8 @@ If `enable-local-variables' is nil, this function does not check for a
 (put 'load-path 'risky-local-variable t)
 (put 'exec-directory 'risky-local-variable t)
 (put 'process-environment 'risky-local-variable t)
+;; Don't wait for outline.el to be loaded, for the sake of outline-minor-mode.
+(put 'outline-level 'risky-local-variable t)
 
 (defun hack-one-local-variable-quotep (exp)
   (and (consp exp) (eq (car exp) 'quote) (consp (cdr exp))))