Variable: eshell-special-chars-inside-quoting

eshell-special-chars-inside-quoting is a customizable variable defined in esh-arg.el.gz.

Value

(92 34)

Documentation

Characters which are still special inside double quotes.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
(defcustom eshell-special-chars-inside-quoting '(?\\ ?\")
  "Characters which are still special inside double quotes."
  :type '(repeat character)
  :group 'eshell-arg)