diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-05-07 20:27:13 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-05-07 20:27:13 -0400 |
commit | 1cb51c12e4a05919b6678e4fe5fc62d8fe573755 (patch) | |
tree | 2f8e07facc41e8b07a539a0c40ba8d47d1290538 /lisp/shell.el | |
parent | 188d270185eca5ea83f2a603d7d22e37cbffaefc (diff) | |
download | emacs-1cb51c12e4a05919b6678e4fe5fc62d8fe573755.tar.gz |
* shell.el (shell-completion-vars): Fix last change.
Fixes: debbugs:11348
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 737f69c021d..f7a530102ff 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -432,7 +432,7 @@ Shell buffers. It implements `shell-completion-execonly' for (set (make-local-variable 'pcomplete-parse-arguments-function) #'shell-parse-pcomplete-arguments) (set (make-local-variable 'pcomplete-arg-quote-list) - shell-delimiter-argument-list) + comint-file-name-quote-list) (set (make-local-variable 'pcomplete-termination-string) (cond ((not comint-completion-addsuffix) "") ((stringp comint-completion-addsuffix) |