partial-completion if it's the only style.
+2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * minibuffer.el (completion--try-word-completion): Don't ignore
+ partial-completion if it's the only style.
+
2008-11-28 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
(after (substring string point))
;; Disable partial-completion for this.
(completion-styles
- (remove 'partial-completion completion-styles))
+ (or (remove 'partial-completion completion-styles)
+ completion-styles))
tem)
(while (and exts (not (consp tem)))
(setq tem (completion-try-completion