comparison lisp/ChangeLog @ 104857:ea5c49fab49a

* lisp/files.el (find-alternate-file): If the old buffer is modified and visiting a file, behave similarly to `kill-buffer' when killing it, thus reverting to the pre-1.878 behavior; see http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html for discussion. Also, consult `buffer-file-name' as a variable not as a function, for consistency with the rest of the code.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 05 Sep 2009 15:16:49 +0000
parents e8bc169bdced
children 53d8d2c49942
comparison
equal deleted inserted replaced
104856:2c670d6d9528 104857:ea5c49fab49a
1 2009-09-05 Karl Fogel <kfogel@red-bean.com>
2
3 * files.el (find-alternate-file): If the old buffer is modified
4 and visiting a file, behave similarly to `kill-buffer' when
5 killing it, thus reverting to the pre-1.878 behavior; see
6 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7 for discussion. Also, consult `buffer-file-name' as a variable
8 not as a function, for consistency with the rest of the code.
9
1 2009-09-04 Michael Albinus <michael.albinus@gmx.de> 10 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
2 11
3 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" 12 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4 also when adding a new directory. 13 also when adding a new directory.
5 14