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
f66cca4e
Commit
f66cca4e
authored
May 23, 2003
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reset_buffer_local_variables): Remove redundant setting.
parent
c685fcef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/buffer.c
src/buffer.c
+0
-1
No files found.
src/buffer.c
View file @
f66cca4e
...
...
@@ -684,7 +684,6 @@ reset_buffer_local_variables (b, permanent_too)
We ignore it here. */
b
->
major_mode
=
Qfundamental_mode
;
b
->
keymap
=
Qnil
;
b
->
abbrev_table
=
Vfundamental_mode_abbrev_table
;
b
->
mode_name
=
QSFundamental
;
b
->
minor_modes
=
Qnil
;
...
...
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