branch: externals/vc-hgcmd
commit 64af3c5001c398d5d63eeda6f06c6e10633ed911
Author: muffinmad <[email protected]>
Commit: muffinmad <[email protected]>
make hgcmd process buffer hidden
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 48dd618..373dfc8 100644
--- a/vc-hgcmd.el
+++ b/vc-hgcmd.el
@@ -5,7 +5,7 @@
;; Author: Andrii Kolomoiets <[email protected]>
;; Keywords: vc
;; URL: https://github.com/muffinmad/emacs-vc-hgcmd
-;; Package-Version: 1.3.7
+;; Package-Version: 1.3.8
;; Package-Requires: ((emacs "25.1"))
;; This file is NOT part of GNU Emacs.
@@ -253,7 +253,7 @@ Insert output to process buffer and check if amount of data
is enought to parse
(when (buffer-live-p buffer) buffer))
(puthash
dir
- (with-current-buffer (generate-new-buffer (concat "*hgcmd process: "
(vc-hgcmd--project-name dir) "*"))
+ (with-current-buffer (generate-new-buffer (concat " *hgcmd process: "
(vc-hgcmd--project-name dir) "*"))
(setq default-directory dir)
(vc-hgcmd-process-mode)
(let* ((process-environment (append
vc-hgcmd-cmdserver-process-environment process-environment))