1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(shell-file-name-quote-list): Add # to the value.

This commit is contained in:
Karl Heuer 1998-09-10 15:26:22 +00:00
parent be09e6e6bf
commit ad3f2354b6

View 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.