# HG changeset patch # User Karl Heuer # Date 801534964 0 # Node ID df51559ee7f9e8183d3a6802f088e8af49dd04e3 # Parent b95403bfc657d394ac9fa8e96d91a6cf7912b64e (vc-log-info): Use path-separator. diff -r b95403bfc657 -r df51559ee7f9 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Sat May 27 00:26:00 1995 +0000 +++ b/lisp/vc-hooks.el Sat May 27 00:36:04 1995 +0000 @@ -237,7 +237,8 @@ ;; 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)))))