diff lisp/ChangeLog @ 72001:adaad9cef326

(compilation-find-file): Handle the cases where the user selects a non-existent file.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Jul 2006 14:40:29 +0000
parents f2a11961b9d8
children f483b68fd89b
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 18 14:39:57 2006 +0000
+++ b/lisp/ChangeLog	Tue Jul 18 14:40:29 2006 +0000
@@ -1,3 +1,12 @@
+2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/compile.el (compilation-find-file): Handle the
+	cases where the user selects a non-existent file.
+
+2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
+
 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
 
 	* subr.el (sit-for): Just sleep-for if noninteractive.