summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-14 04:44:58 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-14 04:44:58 +0000
commit25c80f5c14d7e3f9237b93eb7751a3bf4b2c4402 (patch)
tree8ab9b8bfb6b5bbe91a072ec70bd98856ba360b5f /lisp/iswitchb.el
parent3c2c6be2b0c8884ef17e42dc8fead1331b54071e (diff)
downloademacs-25c80f5c14d7e3f9237b93eb7751a3bf4b2c4402.tar.gz
(iswitchb-ignore-buffername-p): store-match-data => set-match-data.
Diffstat (limited to 'lisp/iswitchb.el')
-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)