summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/iswitchb.el2
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."
))
)
(setq re-list (cdr re-list)))
- (store-match-data data)
+ (set-match-data data)
;; return the result
ignorep)