Mercurial > emacs
changeset 63042:925e8bd46083
(isearchb): Don't pass a spurious second argument to `iswitchb-completions'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Jun 2005 06:12:08 +0000 |
parents | 4f2966653756 |
children | 0d80c265ab40 |
files | lisp/isearchb.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearchb.el Mon Jun 06 00:45:57 2005 +0000 +++ b/lisp/isearchb.el Mon Jun 06 06:12:08 2005 +0000 @@ -151,7 +151,7 @@ (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))))))