the prompt was added to the minibuffer.
+2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
+ the prompt was added to the minibuffer.
+
2008-12-02 Glenn Morris <rgm@gnu.org>
* format.el (format-write-file): Rewrite doc yet again.
(if improved
;; We changed it... would it be complete without the space?
- (if (test-completion (buffer-substring 1 (1- end))
+ (if (test-completion (buffer-substring
+ (field-beginning) (1- end))
table pred)
(delete-region (1- end) end)))