+2009-09-02 Glenn Morris <rgm@gnu.org>
+
+ * minibuffer.el (completion-initials-expand): Fix typo.
+
+ * faces.el (modeline, modeline-inactive, modeline-highlight)
+ (modeline-buffer-id):
+ * info.el (info-menu-5): Mark these face aliases as obsolete.
+
2009-09-01 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-mi.el (gdb-current-context-command): Move the
(defun completion-initials-expand (str table pred)
(unless (or (zerop (length str))
- (string-match completion-pcm--delim-wild-regex string))
+ (string-match completion-pcm--delim-wild-regex str))
(let ((bounds (completion-boundaries str table pred "")))
(if (zerop (car bounds))
(mapconcat 'string str "-")