]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-file-name-chars): Add ',' and ':'.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:25:04 +0000 (05:25 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:25:04 +0000 (05:25 +0000)
lisp/shell.el

index ff86b52356bd8ed6eb54222defa13bafe18d64e5..a62ea1fdee7c643af0ea6309bd61222eddffa943 100644 (file)
@@ -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