Mercurial > emacs
changeset 95019:dacdc18f78bd
Comment fix.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 15 May 2008 15:02:57 +0000 |
parents | 2253b8d4def6 |
children | 4da572dc4992 |
files | lisp/vc-dispatcher.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))