From 56090b0b3b40fb7df4b6b09ef9cd123359491e32 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Dec 2003 10:05:48 +0000 Subject: [PATCH] (shell-file-name-quote-list): Add backslash. --- lisp/shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/shell.el b/lisp/shell.el index c9191bc1648..cc83dcf1429 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -177,7 +177,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