aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-11-07 17:36:55 +0000
committerChong Yidong2006-11-07 17:36:55 +0000
commit47eff51e1a24617e071d7c33ab9d9200b351659e (patch)
tree985a0e5dc7e276f3cf79742a7898d6e8e401d826
parent88b46d84315d9a03b22467eccdcc620db05993bf (diff)
downloademacs-47eff51e1a24617e071d7c33ab9d9200b351659e.tar.gz
emacs-47eff51e1a24617e071d7c33ab9d9200b351659e.zip
* whitespace.el (whitespace-buffer): Call remove-overlays after
overlay-recenter for performance. Suggested by Martin Rudalics.
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 981ed383dd4..9925d5ca8da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-11-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * whitespace.el (whitespace-buffer): Call remove-overlays after
4 overlay-recenter for performance. Suggested by Martin Rudalics.
5
12006-11-07 Michael Albinus <michael.albinus@gmx.de> 62006-11-07 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp.el (tramp-default-method): scp is the default method. 8 * net/tramp.el (tramp-default-method): scp is the default method.