+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
(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.