]> git.eshelyaron.com Git - emacs.git/commitdiff
(path-separator): Set to ";".
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 20:20:30 +0000 (20:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 20:20:30 +0000 (20:20 +0000)
lisp/w32-fns.el

index 38dc9da2c95a790d84dc8331d4e22b497e3eb9e5..3ce4aedcc60c261a7f8660c902ab8afc425f13f6 100644 (file)
@@ -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.