Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
75d1428c
Commit
75d1428c
authored
Mar 30, 2010
by
Stefan Monnier
Browse files
(keys_of_window): Remove redundant/overridden bindings.
parent
2372f278
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/window.c
src/window.c
+0
-3
No files found.
src/ChangeLog
View file @
75d1428c
2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
* window.c (keys_of_window): Remove redundant/overridden bindings.
2010-03-30 Eli Zaretskii <eliz@gnu.org>
* xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
...
...
src/window.c
View file @
75d1428c
...
...
@@ -7380,9 +7380,6 @@ keys_of_window ()
initial_define_key (global_map, Ctl ('V'), "scroll-up");
initial_define_key (meta_map, Ctl ('V'), "scroll-other-window");
initial_define_key (meta_map, 'v', "scroll-down");
initial_define_key (global_map, Ctl('L'), "recenter");
initial_define_key (meta_map, 'r', "move-to-window-line");
}
/* arch-tag: 90a9c576-0590-48f1-a5f1-6c96a0452d9f
...
...
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