diff options
| -rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index ca4253c7b5f..a20d1806c53 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -812,7 +812,7 @@ BUFFER-LIST can be list of buffers or list of strings." | |||
| 812 | )) | 812 | )) |
| 813 | ) | 813 | ) |
| 814 | (setq re-list (cdr re-list))) | 814 | (setq re-list (cdr re-list))) |
| 815 | (store-match-data data) | 815 | (set-match-data data) |
| 816 | 816 | ||
| 817 | ;; return the result | 817 | ;; return the result |
| 818 | ignorep) | 818 | ignorep) |