Mercurial > emacs
diff lisp/shell.el @ 21621:56d8224fe691
(shell-file-name-chars): Add ',' and ':'.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Fri, 17 Apr 1998 05:25:04 +0000 |
| parents | 22a407edd2f0 |
| children | f15c3c6ad8ae |
line wrap: on
line diff
--- 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
