From: Richard M. Stallman Date: Thu, 7 Jul 1994 20:34:55 +0000 (+0000) Subject: (outline-level): Mark it risky. X-Git-Tag: emacs-19.34~7676 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9afa8bf7f4c853a2b8bca164b980d18f465391a6;p=emacs.git (outline-level): Mark it risky. --- 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))))