1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(path-separator): Set to ";".

This commit is contained in:
Richard M. Stallman 1995-05-07 20:20:30 +00:00
parent dc2c399f0c
commit 98b17af933

View 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.