diff options
| author | Eric S. Raymond | 2008-05-15 15:02:57 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-15 15:02:57 +0000 |
| commit | e6d897b38e5b3286162a6f486dc221251dcbf9ba (patch) | |
| tree | a06916a2602e906a031c49666d3d911363ba2141 | |
| parent | 400aec1ab339358c557ad754ad15249bb3221ea4 (diff) | |
| download | emacs-e6d897b38e5b3286162a6f486dc221251dcbf9ba.tar.gz emacs-e6d897b38e5b3286162a6f486dc221251dcbf9ba.zip | |
Comment fix.
| -rw-r--r-- | lisp/vc-dispatcher.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index dc7c675cf54..1d04a5541e4 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el | |||
| @@ -602,7 +602,7 @@ the buffer contents as a comment." | |||
| 602 | log-extra | 602 | log-extra |
| 603 | log-entry)) | 603 | log-entry)) |
| 604 | ;; Remove checkin window (after the checkin so that if that fails | 604 | ;; Remove checkin window (after the checkin so that if that fails |
| 605 | ;; we don't zap the *VC-log* buffer and the typing therein). | 605 | ;; we don't zap the log buffer and the typing therein). |
| 606 | ;; -- IMO this should be replaced with quit-window | 606 | ;; -- IMO this should be replaced with quit-window |
| 607 | (cond ((and logbuf vc-delete-logbuf-window) | 607 | (cond ((and logbuf vc-delete-logbuf-window) |
| 608 | (delete-windows-on logbuf (selected-frame)) | 608 | (delete-windows-on logbuf (selected-frame)) |