comparison 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
comparison
equal deleted inserted replaced
72000:8c5ba642d479 72001:adaad9cef326
1 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-find-file): Handle the
4 cases where the user selects a non-existent file.
5
6 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9
1 2006-07-17 Chong Yidong <cyd@stupidchicken.com> 10 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * subr.el (sit-for): Just sleep-for if noninteractive. 12 * subr.el (sit-for): Just sleep-for if noninteractive.
4 13
5 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca> 14 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>