Mercurial > emacs
changeset 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 | 611b5f660ee6 |
children | 340ce8f170ef |
files | lisp/shell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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