From 98b17af933721098f6db9c65d089c10b44660937 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 7 May 1995 20:20:30 +0000 Subject: [PATCH] (path-separator): Set to ";". --- lisp/w32-fns.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 38dc9da2c95..3ce4aedcc60 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1994 Free Software Foundation, Inc. ;; Author: Geoff Voelker (voelker@cs.washington.edu) -;; Version: 1 ;; This file is part of GNU Emacs. @@ -61,6 +60,9 @@ ;; for executing its command line argument (from simple.el). (setq shell-command-switch "/c") +;; Use ";" instead of ":" as a path separator (from files.el). +(setq path-separator ";") + ;; Taken from dos-fn.el ... don't want all that's in the file, maybe ;; separate it out someday. -- 2.39.2