changeset 100065:ff059e39686f

* wdired.el (wdired-finish-edit): If displaying a single file, change dired-directory if that file was renamed.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 30 Nov 2008 05:42:01 +0000
parents b42d22c5897f
children 96fae56a7d72
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 30 03:00:18 2008 +0000
+++ b/lisp/ChangeLog	Sun Nov 30 05:42:01 2008 +0000
@@ -1,5 +1,8 @@
 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
 
+	* wdired.el (wdired-finish-edit): If displaying a single file,
+	change dired-directory if that file was renamed.
+
 	* emacs-lisp/byte-run.el (macro-declaration-function): Disallow
 	declare specs with lengths of 3 or more.