diff options
| author | Martin Rudalics | 2012-08-22 08:59:38 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2012-08-22 08:59:38 +0200 |
| commit | fbb6300b6d0058c464631da982af1a77ff798524 (patch) | |
| tree | 162c1b4e9aee1ad0ee35e1e8bd95d1a2cbcd0fa1 /lisp/ChangeLog | |
| parent | 5af9cb6be0db0d830fe98e0370e4cca1a54ccfbd (diff) | |
| download | emacs-fbb6300b6d0058c464631da982af1a77ff798524.tar.gz emacs-fbb6300b6d0058c464631da982af1a77ff798524.zip | |
In dired-mark-remembered don't clobber point (Bug#11795).
* dired.el (dired-mark-remembered): Don't clobber point.
(Bug#11795)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63a029be1f6..688b6a9e341 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * dired.el (dired-mark-remembered): Don't clobber point. | ||
| 4 | (Bug#11795) | ||
| 5 | |||
| 1 | 2012-08-22 Glenn Morris <rgm@gnu.org> | 6 | 2012-08-22 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/bug-reference.el (bug-reference): New custom group. | 8 | * progmodes/bug-reference.el (bug-reference): New custom group. |