From eba1c87adc05dcfbfb3ff589b39bb3bcb7976f4e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 22 Jul 1996 02:13:28 +0000 Subject: [PATCH] (dabbrev-case-fold-search, dabbrev-case-replace): Set `risky-local-variable' property, since these get eval'ed. --- lisp/files.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/files.el b/lisp/files.el index 100b1e6ac21..436aa8509c4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1355,6 +1355,8 @@ in order to initialize other data structure based on them.") (put 'load-path 'risky-local-variable t) (put 'exec-directory 'risky-local-variable t) (put 'process-environment 'risky-local-variable t) +(put 'dabbrev-case-fold-search 'risky-local-variable t) +(put 'dabbrev-case-replace '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) (put 'rmail-output-file-alist 'risky-local-variable t) -- 2.39.5