diff lisp/ChangeLog @ 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 2889a065b1d4
children bec76643b076 02cf29720f31
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.