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:
parent
e674957483
commit
eba1c87adc
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue