]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-file-name-quote-list): Add # to the value.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:26:22 +0000 (15:26 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:26:22 +0000 (15:26 +0000)
lisp/shell.el

index 03d06cae7e888b74b06f821ec72398d1acad0f05..5b3c09cb41367383598c0ac552c583c616ca2049 100644 (file)
@@ -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.