diff lisp/ChangeLog @ 108002:c609e6e60b3d

* vc-dispatcher (vc-finish-logentry): Don't mess with the windows/frames.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 20 Apr 2010 12:52:43 -0400
parents 3d52b4ac976f
children 452f0cc5f879
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 20 12:37:31 2010 -0400
+++ b/lisp/ChangeLog	Tue Apr 20 12:52:43 2010 -0400
@@ -1,5 +1,8 @@
 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
+	windows/frames.
+
 	* emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
 	I.e. include text after point in the completion region.
 	Also, return nil when we're not after/in a symbol.