aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2012-09-08 22:48:26 +0800
committerChong Yidong <[email protected]>2012-09-08 22:48:26 +0800
commit35d98877f0c972d08e476ac72336ef4107a76356 (patch)
treee725b775e29693e556a62b37c1e5287a09433440 /lisp/ChangeLog
parent1715f2dbca4b516432569892b708e9c1c0e9a2dd (diff)
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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b45d2fd823..f9a0d45700 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-08 Chong Yidong <[email protected]>
+
+ * dired.el (dired-mode-map): Don't bind M-=.
+
+ * dired-aux.el (dired-diff): Use backup file as default.
+
2012-09-08 Drew Adams <[email protected]>
* subr.el (add-to-history): Fix delete usage (Bug#12314).