From: Richard M. Stallman Date: Sun, 7 May 1995 20:20:30 +0000 (+0000) Subject: (path-separator): Set to ";". X-Git-Tag: emacs-19.34~4115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98b17af933721098f6db9c65d089c10b44660937;p=emacs.git (path-separator): Set to ";". --- 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.