diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-06-13 06:00:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-06-13 06:00:58 +0000 |
commit | 28138f8c19a2b653065568ea708e8ca20753039b (patch) | |
tree | 18efcb95bcd03796d056bd6f097c51b891aef6cd /lisp/arc-mode.el | |
parent | a6e4564e8e69e304b06c2a456bd27c8446a48649 (diff) | |
download | emacs-28138f8c19a2b653065568ea708e8ca20753039b.tar.gz |
(archive-mode): Locally bind local-enable-local-variables, not
enable-local-variables.
Diffstat (limited to 'lisp/arc-mode.el')
-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 |