(keys_of_minibuf): Just unbind SPC in Vminibuffer_local_filename_completion_map
rather than forcing it explicitly to the same binding as the global map.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* minibuf.c (keys_of_minibuf): Just unbind SPC in
|
||||
Vminibuffer_local_filename_completion_map rather than forcing it
|
||||
explicitly to the same binding as the global map.
|
||||
|
||||
2005-12-06 Ken Raeburn <raeburn@gnu.org>
|
||||
|
||||
* buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP
|
||||
|
||||
@@ -2926,8 +2926,8 @@ keys_of_minibuf ()
|
||||
initial_define_key (Vminibuffer_local_completion_map, '?',
|
||||
"minibuffer-completion-help");
|
||||
|
||||
initial_define_key (Vminibuffer_local_filename_completion_map, ' ',
|
||||
"self-insert-command");
|
||||
Fdefine_key (Vminibuffer_local_filename_completion_map,
|
||||
build_string (" "), Qnil);
|
||||
|
||||
initial_define_key (Vminibuffer_local_must_match_map, Ctl ('m'),
|
||||
"minibuffer-complete-and-exit");
|
||||
|
||||
Reference in New Issue
Block a user