From ad3f2354b6f776e1807276dde5585b122ad7e029 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Sep 1998 15:26:22 +0000 Subject: [PATCH] (shell-file-name-quote-list): Add # to the value. --- lisp/shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/shell.el b/lisp/shell.el index 03d06cae7e8..5b3c09cb413 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -163,7 +163,7 @@ This is a fine thing to set in your `.emacs' file.") (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. -- 2.39.2