# HG changeset patch # User Richard M. Stallman # Date 799878030 0 # Node ID 824f238e0c64929832f1df800eeb32fbb6f885ea # Parent c50ee074c31ae913aab07c111ae50f6b07af0b59 (path-separator): Set to ";". diff -r c50ee074c31a -r 824f238e0c64 lisp/w32-fns.el --- 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.