mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 16:10:46 -08:00
(archive-mode): Locally bind local-enable-local-variables, not
enable-local-variables.
This commit is contained in:
parent
a6e4564e8e
commit
28138f8c19
1 changed files with 2 additions and 2 deletions
|
|
@ -523,8 +523,8 @@ archive.
|
|||
|
||||
(make-local-variable 'require-final-newline)
|
||||
(setq require-final-newline nil)
|
||||
(make-local-variable 'enable-local-variables)
|
||||
(setq enable-local-variables nil)
|
||||
(make-local-variable 'local-enable-local-variables)
|
||||
(setq local-enable-local-variables nil)
|
||||
|
||||
(make-local-variable 'archive-read-only)
|
||||
;; Archives which are inside other archives and whose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue