Mercurial > emacs
changeset 73811:1a4d9481d0bf
* whitespace.el (whitespace-buffer): Call remove-overlays after
overlay-recenter for performance. Suggested by Martin Rudalics.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 07 Nov 2006 17:36:55 +0000 |
parents | 46eea1cb4780 |
children | 75af8d959739 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 07 11:23:12 2006 +0000 +++ b/lisp/ChangeLog Tue Nov 07 17:36:55 2006 +0000 @@ -1,3 +1,8 @@ +2006-11-07 Chong Yidong <cyd@stupidchicken.com> + + * whitespace.el (whitespace-buffer): Call remove-overlays after + overlay-recenter for performance. Suggested by Martin Rudalics. + 2006-11-07 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-default-method): scp is the default method.