diff options
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index df5dee2618b..0f7eca3557e 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -115,7 +115,7 @@ :group 'shell) ;;;###autoload -(defcustom shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" +(defcustom shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "Regexp to match shells that don't save their command history, and don't handle the backslash as a quote character. For shells that match this regexp, Emacs will write out the command history when the |