aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2013-02-28 23:51:11 +0200
committerJuri Linkov2013-02-28 23:51:11 +0200
commit9d232fc451d9abc3e3ee3eead61176067470b24e (patch)
tree062a0376da0e020289cd60bc86411589c9837c86 /lisp/ChangeLog
parent779451da533b042d2c84132e6157f49b38ede475 (diff)
downloademacs-9d232fc451d9abc3e3ee3eead61176067470b24e.tar.gz
emacs-9d232fc451d9abc3e3ee3eead61176067470b24e.zip
* lisp/dired-aux.el (dired-diff): If file at point is a backup file,
use its original as the default value, and reverse the order of arguments to the `diff' call. Doc fix. Fixes: debbugs:13772
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 9721dba6b0f..44109a5095f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-02-28 Juri Linkov <juri@jurta.org>
2
3 * dired-aux.el (dired-diff): If file at point is a backup file,
4 use its original as the default value, and reverse the order
5 of arguments to the `diff' call. Doc fix. (Bug#13772)
6
12013-02-28 Michael Albinus <michael.albinus@gmx.de> 72013-02-28 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ... 9 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...