Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4649:3972966a4588
Kill buffer if directory name misspelled and user doesn't want to create it.
Robert Delius Royar, Rodney Sparapani and I want this behaviour, as
far as I can tell; Stephen Turnbull doesn't.
lisp/ChangeLog addition:
2009-07-12 Aidan Kehoe <kehoea@parhasard.net>
* files.el (after-find-file):
If the answer to "The directory containing %s does not exist.
Create?" is no, kill the current buffer, since the user probably
just misspelled the directory name. Thank you Rodney Sparapani!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 12 Jul 2009 14:20:55 +0100 |
parents | 907697569a49 |
children | 8905163c49c5 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 12 14:01:09 2009 +0100 +++ b/lisp/ChangeLog Sun Jul 12 14:20:55 2009 +0100 @@ -1,3 +1,10 @@ +2009-07-12 Aidan Kehoe <kehoea@parhasard.net> + + * files.el (after-find-file): + If the answer to "The directory containing %s does not exist. + Create?" is no, kill the current buffer, since the user probably + just misspelled the directory name. Thank you Rodney Sparapani! + 2009-07-12 Aidan Kehoe <kehoea@parhasard.net> * files.el (find-file-create-switch-thunk):