1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* shell.el (shell-completion-vars): Fix last change.

Fixes: debbugs:11348
This commit is contained in:
Stefan Monnier 2012-05-07 20:27:13 -04:00
parent 188d270185
commit 1cb51c12e4
2 changed files with 5 additions and 1 deletions

View 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

View 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)