diff options
-rw-r--r-- | lisp/arc-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 6d88e231dec..e786a33944c 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -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 |