From: Geoff Voelker Date: Fri, 17 Apr 1998 05:25:04 +0000 (+0000) Subject: (shell-file-name-chars): Add ',' and ':'. X-Git-Tag: emacs-20.3~1454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4aed037936b450b88d2ecf0003b11a3c9bdd3956;p=emacs.git (shell-file-name-chars): Add ',' and ':'. --- diff --git a/lisp/shell.el b/lisp/shell.el index ff86b52356b..a62ea1fdee7 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -152,7 +152,7 @@ This is a fine thing to set in your `.emacs' file.") (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