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:
parent
188d270185
commit
1cb51c12e4
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user