+2005-06-06 Juanma Barranquero <lekktu@gmail.com>
+
+ * isearchb.el (isearchb): Don't pass a spurious second argument to
+ `iswitchb-completions'.
+
2005-06-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
(switch-to-buffer buf)
(if isearchb-show-completions
(message "isearchb: %s%s" iswitchb-text
- (iswitchb-completions iswitchb-text nil))
+ (iswitchb-completions iswitchb-text))
(if (= 1 (length iswitchb-matches))
(message "isearchb: %s (only match)" iswitchb-text)
(message "isearchb: %s" iswitchb-text))))))