Mercurial > emacs
changeset 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 | c994927cede4 |
children | 05c14d5cce5c |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)