# HG changeset patch # User Eric S. Raymond # Date 1210863777 0 # Node ID dacdc18f78bd0dda222f65d726b23cb5858ee92b # Parent 2253b8d4def6cd14493833ae6c5902f28e227b5c Comment fix. diff -r 2253b8d4def6 -r dacdc18f78bd lisp/vc-dispatcher.el --- a/lisp/vc-dispatcher.el Thu May 15 15:01:29 2008 +0000 +++ b/lisp/vc-dispatcher.el Thu May 15 15:02:57 2008 +0000 @@ -602,7 +602,7 @@ log-extra log-entry)) ;; Remove checkin window (after the checkin so that if that fails - ;; we don't zap the *VC-log* buffer and the typing therein). + ;; we don't zap the log buffer and the typing therein). ;; -- IMO this should be replaced with quit-window (cond ((and logbuf vc-delete-logbuf-window) (delete-windows-on logbuf (selected-frame))