# HG changeset patch # User Karl Heuer # Date 905441182 0 # Node ID 3b050c4bee184181d77455c8a96256c066e95c63 # Parent 90e5d916ebd9c1b15d1efd91de816214272f83b3 (shell-file-name-quote-list): Add # to the value. diff -r 90e5d916ebd9 -r 3b050c4bee18 lisp/shell.el --- 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.