1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 02:40:34 -08:00

(dabbrev-case-fold-search, dabbrev-case-replace): Set

`risky-local-variable' property, since these get eval'ed.
This commit is contained in:
Richard M. Stallman 1996-07-22 02:13:28 +00:00
parent e674957483
commit eba1c87adc

View file

@ -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)