(keys_of_window): Remove redundant/overridden bindings.
This commit is contained in:
parent
2372f27819
commit
75d1428c57
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue