mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(isearchb): Don't pass a spurious second argument to `iswitchb-completions'.
This commit is contained in:
parent
a9b4333620
commit
f7f1797562
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -151,7 +151,7 @@ It's purpose is to pass different call arguments to
|
||||
(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))))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user