# HG changeset patch # User Richard M. Stallman # Date 773613295 0 # Node ID defefddf88dbdfdfb438e3d8679043ccd860f27e # Parent b097a610ac0464b386faf2c15fdba2d779dd9907 (outline-level): Mark it risky. diff -r b097a610ac04 -r defefddf88db lisp/files.el --- 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))))