# HG changeset patch # User Richard M. Stallman # Date 838001608 0 # Node ID 4d76ffbc2be1f1adb4752f718d191aceae2fbc07 # Parent c994927cede40a5446426cacb2e8eb21a6de029c (dabbrev-case-fold-search, dabbrev-case-replace): Set `risky-local-variable' property, since these get eval'ed. diff -r c994927cede4 -r 4d76ffbc2be1 lisp/files.el --- a/lisp/files.el Mon Jul 22 02:13:10 1996 +0000 +++ b/lisp/files.el Mon Jul 22 02:13:28 1996 +0000 @@ -1355,6 +1355,8 @@ (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)