for the temporary-overlay-map command.
Fixes: debbugs:12619
+2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * minibuffer.el (minibuffer-force-complete): Use one more marker
+ for the temporary-overlay-map command (bug#12619).
+
2012-10-24 Chong Yidong <cyd@gnu.org>
* time.el (display-time-world-mode): Derive from special-mode.
;; FIXME: Need to deal with the extra-size issue here as well.
;; FIXME: ~/src/emacs/t<M-TAB>/lisp/minibuffer.el completes to
;; ~/src/emacs/trunk/ and throws away lisp/minibuffer.el.
- (let* ((start (field-beginning))
+ (let* ((start (copy-marker (field-beginning)))
(end (field-end))
;; (md (completion--field-metadata start))
(all (completion-all-sorted-completions))