diff options
author | Juri Linkov <juri@jurta.org> | 2012-09-19 02:40:39 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2012-09-19 02:40:39 +0300 |
commit | 2fd5e67d925be2b5fc945be5aaba27904cc65022 (patch) | |
tree | 91e5411c13641f8d3681f7be7d8f7dc9e233e6e9 /lisp/ChangeLog | |
parent | 42917e790eb8e92e40dc79e34846d6598279ca61 (diff) | |
download | emacs-2fd5e67d925be2b5fc945be5aaba27904cc65022.tar.gz |
* lisp/dired-aux.el (dired-diff): Restore original functionality of
getting the default value, but keep new feature of using the
latest existing backup file (`diff-latest-backup-file').
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66927960d25..8036e819d4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2012-09-18 Juri Linkov <juri@jurta.org> + * dired-aux.el (dired-diff): Restore original functionality of + getting the default value, but keep new feature of using the + latest existing backup file (`diff-latest-backup-file'). + +2012-09-18 Juri Linkov <juri@jurta.org> + * dired.el (dired-mark): If the region is active in Transient Mark mode, mark all files in the active region. Doc fix. (dired-unmark, dired-flag-file-deletion, dired-unmark-backward): |