From: Stefan Monnier Date: Tue, 8 May 2012 00:27:13 +0000 (-0400) Subject: * shell.el (shell-completion-vars): Fix last change. X-Git-Tag: emacs-24.0.97~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cb51c12e4a05919b6678e4fe5fc62d8fe573755;p=emacs.git * shell.el (shell-completion-vars): Fix last change. Fixes: debbugs:11348 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6a430491b3..ec29758fd51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-05-08 Stefan Monnier + + * shell.el (shell-completion-vars): Fix last change (bug#11348). + 2012-05-07 Chong Yidong * ansi-color.el (ansi-color-process-output): Check for validity of 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)