]> git.eshelyaron.com Git - emacs.git/commitdiff
* shell.el (shell-completion-vars): Fix last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 May 2012 00:27:13 +0000 (20:27 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 May 2012 00:27:13 +0000 (20:27 -0400)
Fixes: debbugs:11348
lisp/ChangeLog
lisp/shell.el

index c6a430491b373c386c675fb06cebf5532ed04e2c..ec29758fd51fa0bacf4d6c43c315dfea96924f64 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * shell.el (shell-completion-vars): Fix last change (bug#11348).
+
 2012-05-07  Chong Yidong  <cyd@gnu.org>
 
        * ansi-color.el (ansi-color-process-output): Check for validity of
index 737f69c021dc91f3d5d07cb89ca5a7cdae93539f..f7a530102ff342298921b2cdc4e57d04be8eb19e 100644 (file)
@@ -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)