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. | |||
| 523 | 523 | ||
| 524 | (make-local-variable 'require-final-newline) | 524 | (make-local-variable 'require-final-newline) |
| 525 | (setq require-final-newline nil) | 525 | (setq require-final-newline nil) |
| 526 | (make-local-variable 'enable-local-variables) | 526 | (make-local-variable 'local-enable-local-variables) |
| 527 | (setq enable-local-variables nil) | 527 | (setq local-enable-local-variables nil) |
| 528 | 528 | ||
| 529 | (make-local-variable 'archive-read-only) | 529 | (make-local-variable 'archive-read-only) |
| 530 | ;; Archives which are inside other archives and whose | 530 | ;; Archives which are inside other archives and whose |