summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-07 20:20:30 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-07 20:20:30 +0000
commit7a6635f2a154b1c71f0b72cf5957da70a3fef942 (patch)
tree0af74a1d7681e2487bc9ae67f06410b2732c0f05 /lisp/w32-fns.el
parent5692dab45e2ec1c4f5a1359087a9f86128a0aebd (diff)
downloademacs-7a6635f2a154b1c71f0b72cf5957da70a3fef942.tar.gz
(path-separator): Set to ";".
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r--lisp/w32-fns.el4
1 files changed, 3 insertions, 1 deletions
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.