diff lisp/files.el @ 15753:4d76ffbc2be1

(dabbrev-case-fold-search, dabbrev-case-replace): Set `risky-local-variable' property, since these get eval'ed.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Jul 1996 02:13:28 +0000
parents fc1c1eb8cdd7
children c2ef756791fe
line wrap: on
line diff
--- 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)