summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-09-08 22:48:26 +0800
committerChong Yidong <cyd@gnu.org>2012-09-08 22:48:26 +0800
commit35d98877f0c972d08e476ac72336ef4107a76356 (patch)
treee725b775e29693e556a62b37c1e5287a09433440 /etc
parent1715f2dbca4b516432569892b708e9c1c0e9a2dd (diff)
downloademacs-35d98877f0c972d08e476ac72336ef4107a76356.tar.gz
Don't bind M-= in Dired.
* lisp/dired.el (dired-mode-map): Don't bind M-=. * lisp/dired-aux.el (dired-diff): Use backup file as default.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7a9c9a21c97..5beb47b7b00 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -423,6 +423,13 @@ channel keys found, if any.
if the command ends in `;' (when operating on multiple files).
Otherwise, it executes the command on each file in parallel.
+*** The minibuffer default for `=' (`dired-diff) has changed.
+It is now the backup file for the file at point, if one exists, rather
+than the file at the mark.
+
+*** `M-=' is no longer bound to `dired-backup-diff' in Dired buffers.
+The global binding for `M-=', `count-words-region' is in effect.
+
** Shell
*** New option `async-shell-command-buffer' specifies what buffer to use