aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhil Sung2016-02-28 15:07:02 +1030
committerLars Ingebrigtsen2016-02-28 15:07:02 +1030
commite00974a7d1981d716d38ecf45b689dd30a381c65 (patch)
tree635c1677b80ec6db07e52e8c1c45bf7c4348ef0e /etc
parentd5f270f2965f3c52963e2bf0057756e350d771d1 (diff)
downloademacs-e00974a7d1981d716d38ecf45b689dd30a381c65.tar.gz
emacs-e00974a7d1981d716d38ecf45b689dd30a381c65.zip
Create subdirectories automatically in wdired
* lisp/wdired.el (wdired-create-parent-directories): New variable (bug#6817). (wdired-create-parentdirs): New function. (wdired-do-renames): Use it. * doc/emacs/dired.texi (Wdired): Mention `wdired-create-parent-directories'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 29b013a3ede..c12f4d19cf1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1426,6 +1426,12 @@ compression command is determined from the new
1426`dired-compress-files-alist' variable. 1426`dired-compress-files-alist' variable.
1427 1427
1428+++ 1428+++
1429*** In wdired, when editing files to contain slash characters,
1430the resulting directories are automatically created. Whether
1431to do this or not is controlled by the
1432`wdired-create-parent-directories' variable.
1433
1434+++
1429*** `W' is now bound to `browse-url-of-dired-file', and is useful for 1435*** `W' is now bound to `browse-url-of-dired-file', and is useful for
1430viewing HTML files and the like. 1436viewing HTML files and the like.
1431 1437