]> git.eshelyaron.com Git - emacs.git/commitdiff
* whitespace.el (whitespace-buffer): Call remove-overlays after
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Nov 2006 17:36:55 +0000 (17:36 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Nov 2006 17:36:55 +0000 (17:36 +0000)
overlay-recenter for performance.  Suggested by Martin Rudalics.

lisp/ChangeLog

index 981ed383dd46eff4437e20b6146592693f9351b7..9925d5ca8da0776ba693bf4c0a0882a7578c37d1 100644 (file)
@@ -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.