Mercurial > emacs
comparison src/window.c @ 107666:67420d9c4e00
(keys_of_window): Remove redundant/overridden bindings.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Mar 2010 22:08:05 -0400 |
parents | 1d1d5d9bd884 |
children | 4abde609aac9 |
comparison
equal
deleted
inserted
replaced
107665:59e2adcb1095 | 107666:67420d9c4e00 |
---|---|
7378 initial_define_key (control_x_map, '>', "scroll-right"); | 7378 initial_define_key (control_x_map, '>', "scroll-right"); |
7379 | 7379 |
7380 initial_define_key (global_map, Ctl ('V'), "scroll-up"); | 7380 initial_define_key (global_map, Ctl ('V'), "scroll-up"); |
7381 initial_define_key (meta_map, Ctl ('V'), "scroll-other-window"); | 7381 initial_define_key (meta_map, Ctl ('V'), "scroll-other-window"); |
7382 initial_define_key (meta_map, 'v', "scroll-down"); | 7382 initial_define_key (meta_map, 'v', "scroll-down"); |
7383 | |
7384 initial_define_key (global_map, Ctl('L'), "recenter"); | |
7385 initial_define_key (meta_map, 'r', "move-to-window-line"); | |
7386 } | 7383 } |
7387 | 7384 |
7388 /* arch-tag: 90a9c576-0590-48f1-a5f1-6c96a0452d9f | 7385 /* arch-tag: 90a9c576-0590-48f1-a5f1-6c96a0452d9f |
7389 (do not change this comment) */ | 7386 (do not change this comment) */ |