changeset 8177:defefddf88db

(outline-level): Mark it risky.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Jul 1994 20:34:55 +0000
parents b097a610ac04
children bd5b4c5dda7f
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Jul 07 19:29:52 1994 +0000
+++ b/lisp/files.el	Thu Jul 07 20:34:55 1994 +0000
@@ -1149,6 +1149,8 @@
 (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))))