From b525816e487ebaef8df8f6936014fc941ce7e067 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 27 May 1995 00:36:04 +0000 Subject: [PATCH] (vc-log-info): Use path-separator. --- lisp/vc-hooks.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 8b4d8ab748e..4b41ef1ca40 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -237,7 +237,8 @@ value of this flag.") ;; Add vc-path to PATH for the execution of this command. (process-environment (cons (concat "PATH=" (getenv "PATH") - ":" (mapconcat 'identity vc-path ":")) + path-separator + (mapconcat 'identity vc-path path-separator)) process-environment))) (apply 'call-process command nil "*vc*" nil (append flags (list (file-name-nondirectory file))))) -- 2.39.2