changeset 11743:824f238e0c64

(path-separator): Set to ";".
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 May 1995 20:20:30 +0000
parents c50ee074c31a
children 52a2c8e81bb7
files lisp/w32-fns.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/w32-fns.el	Sun May 07 20:18:55 1995 +0000
+++ b/lisp/w32-fns.el	Sun May 07 20:20:30 1995 +0000
@@ -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.