From 9afa8bf7f4c853a2b8bca164b980d18f465391a6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Jul 1994 20:34:55 +0000 Subject: [PATCH] (outline-level): Mark it risky. --- lisp/files.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/files.el b/lisp/files.el index f3486cc9cc2..ff335fe9d60 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)))) -- 2.39.5