diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-07 20:20:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-07 20:20:30 +0000 |
commit | 98b17af933721098f6db9c65d089c10b44660937 (patch) | |
tree | 4c10e9d09dcc5b1716e6fe4a56fd4a12d83da48c /lisp/w32-fns.el | |
parent | dc2c399f0c33a525605cdb431db6b964d4e8e49d (diff) | |
download | emacs-98b17af933721098f6db9c65d089c10b44660937.tar.gz |
(path-separator): Set to ";".
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 4 |
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. |