aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-12-06 15:53:58 +0000
committerStefan Monnier2005-12-06 15:53:58 +0000
commitda8ec671f736fd22ade1ae1291d48045c62fab64 (patch)
treec89c1b35a72629b68e6ddd93d638397806eef726 /src/ChangeLog
parent98b537f7151dc58c764edbdcf6542345639ebf96 (diff)
downloademacs-da8ec671f736fd22ade1ae1291d48045c62fab64.tar.gz
emacs-da8ec671f736fd22ade1ae1291d48045c62fab64.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f66cf95d9d7..2d6ffdef092 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuf.c (keys_of_minibuf): Just unbind SPC in
4 Vminibuffer_local_filename_completion_map rather than forcing it
5 explicitly to the same binding as the global map.
6
12005-12-06 Ken Raeburn <raeburn@gnu.org> 72005-12-06 Ken Raeburn <raeburn@gnu.org>
2 8
3 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP 9 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP