# HG changeset patch # User Geoff Voelker # Date 892790704 0 # Node ID 56d8224fe69130fdfec6d9c1cc49c847a3f0cdb5 # Parent 611b5f660ee6bc8e931fa3dc95886d416ad23485 (shell-file-name-chars): Add ',' and ':'. diff -r 611b5f660ee6 -r 56d8224fe691 lisp/shell.el --- a/lisp/shell.el Fri Apr 17 05:24:48 1998 +0000 +++ b/lisp/shell.el Fri Apr 17 05:25:04 1998 +0000 @@ -152,7 +152,7 @@ (defvar shell-file-name-chars (if (memq system-type '(ms-dos windows-nt)) - "~/A-Za-z0-9_^$!#%&{}@`'.()-" + "~/A-Za-z0-9_^$!#%&{}@`'.,:()-" "~/A-Za-z0-9+@:_.$#%,={}-") "String of characters valid in a file name. This variable is used to initialize `comint-file-name-chars' in the