diff options
author | Chong Yidong <cyd@gnu.org> | 2012-09-08 22:48:26 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-09-08 22:48:26 +0800 |
commit | 35d98877f0c972d08e476ac72336ef4107a76356 (patch) | |
tree | e725b775e29693e556a62b37c1e5287a09433440 /etc | |
parent | 1715f2dbca4b516432569892b708e9c1c0e9a2dd (diff) | |
download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |