(completion-table-with-terminator): Fix paren typo.
This commit is contained in:
parent
e2b58a40cf
commit
b531ac7813
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* minibuffer.el (completion-table-with-terminator): Fix paren typo.
|
||||
|
||||
2008-04-17 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
|
||||
|
|
|
@ -138,8 +138,8 @@ You should give VAR a non-nil `risky-local-variable' property."
|
|||
(if (and (stringp comp)
|
||||
(eq (complete-with-action action table comp pred) t))
|
||||
(concat comp terminator)
|
||||
comp))
|
||||
comp)
|
||||
comp)
|
||||
comp))
|
||||
;; completion-table-with-terminator is always used for
|
||||
;; "sub-completions" so it's only called if the terminator is missing,
|
||||
;; in which case `test-completion' should return nil.
|
||||
|
|
Loading…
Add table
Reference in a new issue