Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
28138f8c
Commit
28138f8c
authored
Jun 13, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(archive-mode): Locally bind local-enable-local-variables, not
enable-local-variables.
parent
a6e4564e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/arc-mode.el
lisp/arc-mode.el
+2
-2
No files found.
lisp/arc-mode.el
View file @
28138f8c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment