changeset 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 90e5d916ebd9
children 8804b71603c6
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.