Mercurial > emacs
diff lisp/ChangeLog @ 85445:3bc55977b5f8
(diff-fine-highlight-preproc): Stick to minimal changes
which will not affect the behavior of things like forward-word.
(diff-fine-highlight): Preserve point.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 19 Oct 2007 17:16:43 +0000 |
parents | a3364ed63fcd |
children | a3bb0c15528c |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 19 16:03:09 2007 +0000 +++ b/lisp/ChangeLog Fri Oct 19 17:16:43 2007 +0000 @@ -1,5 +1,9 @@ 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca> + * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes + which will not affect the behavior of things like forward-word. + (diff-fine-highlight): Preserve point. + * doc-view.el (doc-view-mode-map): Use remapping. Don't rebind C-v, M-v to their default value. Don't bind mouse-4 and mouse-5: it's mwheel.el's job.