diff options
Diffstat (limited to 'lisp/isearchb.el')
| -rw-r--r-- | lisp/isearchb.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 9714701944f..dbcbb1b7af2 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el | |||
| @@ -151,7 +151,7 @@ It's purpose is to pass different call arguments to | |||
| 151 | (switch-to-buffer buf) | 151 | (switch-to-buffer buf) |
| 152 | (if isearchb-show-completions | 152 | (if isearchb-show-completions |
| 153 | (message "isearchb: %s%s" iswitchb-text | 153 | (message "isearchb: %s%s" iswitchb-text |
| 154 | (iswitchb-completions iswitchb-text nil)) | 154 | (iswitchb-completions iswitchb-text)) |
| 155 | (if (= 1 (length iswitchb-matches)) | 155 | (if (= 1 (length iswitchb-matches)) |
| 156 | (message "isearchb: %s (only match)" iswitchb-text) | 156 | (message "isearchb: %s (only match)" iswitchb-text) |
| 157 | (message "isearchb: %s" iswitchb-text)))))) | 157 | (message "isearchb: %s" iswitchb-text)))))) |
| @@ -213,7 +213,7 @@ accessed via isearchb." | |||
| 213 | ((eq last-command 'isearchb-activate) | 213 | ((eq last-command 'isearchb-activate) |
| 214 | (if isearchb-last-buffer | 214 | (if isearchb-last-buffer |
| 215 | (switch-to-buffer isearchb-last-buffer) | 215 | (switch-to-buffer isearchb-last-buffer) |
| 216 | (error "isearchb: There is no previous buffer to toggle to.")) | 216 | (error "isearchb: There is no previous buffer to toggle to")) |
| 217 | (isearchb-stop nil t)) | 217 | (isearchb-stop nil t)) |
| 218 | (t | 218 | (t |
| 219 | (message "isearchb: ") | 219 | (message "isearchb: ") |