diff options
Diffstat (limited to 'lisp/vc/vc-dispatcher.el')
-rw-r--r-- | lisp/vc/vc-dispatcher.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index c4e0dbfadac..388d4c94a08 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el @@ -363,6 +363,7 @@ of a buffer, which is created. ROOT should be the directory in which the command should be run. Display the buffer in some window, but don't select it." (let* ((dir default-directory) + (inhibit-read-only t) window new-window-start) (setq buffer (get-buffer-create buffer)) (if (get-buffer-process buffer) |