changeset 11958:df51559ee7f9

(vc-log-info): Use path-separator.
author Karl Heuer <kwzh@gnu.org>
date Sat, 27 May 1995 00:36:04 +0000
parents b95403bfc657
children 0b8b8be6a3fd
files lisp/vc-hooks.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))))