aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMasatake YAMATO2012-04-13 23:43:03 +0200
committerLars Ingebrigtsen2012-04-13 23:43:03 +0200
commit09b95ce39ba378b3fe116379c85af5a5a42599cd (patch)
treeeb4ede80437bdbaecdcfab073d1fdbacdb5af94b /etc
parent4b63a9ca3d6451521cdcd2274e9ab1c9b16ba092 (diff)
downloademacs-09b95ce39ba378b3fe116379c85af5a5a42599cd.tar.gz
emacs-09b95ce39ba378b3fe116379c85af5a5a42599cd.zip
Make `C-M-f' and friends work better when prompting for file names
* minibuffer.el (minibuffer-local-filename-syntax): New variable to allow `C-M-f' and `C-M-b' to move to the nearest path separator.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f20b7a840b7..23d6dc0cd89 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -44,6 +44,9 @@ prompts for a column number.
44** `mouse-avoidance-banish-position' can now be used to customize 44** `mouse-avoidance-banish-position' can now be used to customize
45`mouse-avoidance-mode' further. 45`mouse-avoidance-mode' further.
46 46
47** `C-M-f' and `C-M-b' will now move to the path name separator
48character when doing minibuffer filename prompts.
49
47 50
48* Changes in Specialized Modes and Packages in Emacs 24.2 51* Changes in Specialized Modes and Packages in Emacs 24.2
49 52