branch: externals/vc-hgcmd commit 6379ef242cc2ac8366a6e6f1c588245577c76a3a Author: muffinmad <andreyk....@gmail.com> Commit: muffinmad <andreyk....@gmail.com>
process-environment order --- vc-hgcmd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-hgcmd.el b/vc-hgcmd.el index 024be4a..0b7f8ed 100644 --- a/vc-hgcmd.el +++ b/vc-hgcmd.el @@ -316,7 +316,7 @@ Insert output to process buffer and check if amount of data is enought to parse (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 process-environment vc-hgcmd-cmdserver-process-environment '("LANGUAGE=C"))) + (let* ((process-environment (append '("LANGUAGE=C") vc-hgcmd-cmdserver-process-environment process-environment)) (process-connection-type nil) (process (condition-case nil