Mercurial > emacs
diff lisp/shell.el @ 23219:3b050c4bee18
(shell-file-name-quote-list): Add # to the value.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Sep 1998 15:26:22 +0000 |
parents | f15c3c6ad8ae |
children | 0c30ca946dba |
line wrap: on
line diff
--- a/lisp/shell.el Wed Sep 09 21:33:50 1998 +0000 +++ b/lisp/shell.el Thu Sep 10 15:26:22 1998 +0000 @@ -163,7 +163,7 @@ (defvar shell-file-name-quote-list (if (memq system-type '(ms-dos windows-nt)) nil - (append shell-delimiter-argument-list '(?\ ?\* ?\! ?\" ?\' ?\`))) + (append shell-delimiter-argument-list '(?\ ?\* ?\! ?\" ?\' ?\` ?\#))) "List of characters to quote when in a file name. This variable is used to initialize `comint-file-name-quote-list' in the shell buffer. The value may depend on the operating system or shell.