diff options
| author | Richard M. Stallman | 1998-06-13 06:00:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-13 06:00:58 +0000 |
| commit | 28138f8c19a2b653065568ea708e8ca20753039b (patch) | |
| tree | 18efcb95bcd03796d056bd6f097c51b891aef6cd | |
| parent | a6e4564e8e69e304b06c2a456bd27c8446a48649 (diff) | |
| download | emacs-28138f8c19a2b653065568ea708e8ca20753039b.tar.gz emacs-28138f8c19a2b653065568ea708e8ca20753039b.zip | |
(archive-mode): Locally bind local-enable-local-variables, not
enable-local-variables.
| -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 |