comparison lisp/ChangeLog @ 4655:13273cffca2a

Avoid errors in Dired when opening directories. lisp/ChangeLog addition: 2009-07-18 Aidan Kehoe <kehoea@parhasard.net> * files.el (find-file-create-switch-thunk): Check that #'buffer-file-name gives non-nil before trying to determine whether that file exists; avoids problems in dired. Thank you Mats Lidell!
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 18 Jul 2009 23:51:21 +0100
parents 8905163c49c5
children a597b89c2db9
comparison
equal deleted inserted replaced
4654:cdc51540fed7 4655:13273cffca2a
1 2009-07-18 Aidan Kehoe <kehoea@parhasard.net>
2
3 * files.el (find-file-create-switch-thunk):
4 Check that #'buffer-file-name gives non-nil before trying to
5 determine whether that file exists; avoids problems in
6 dired. Thank you Mats Lidell!
7
1 2009-07-13 Aidan Kehoe <kehoea@parhasard.net> 8 2009-07-13 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * code-files.el (insert-file-contents): 10 * code-files.el (insert-file-contents):
4 Set the buffer coding system even on error; especially important 11 Set the buffer coding system even on error; especially important
5 when dealing with nonexistent files. 12 when dealing with nonexistent files.