diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:44:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:44:58 +0000 |
commit | 25c80f5c14d7e3f9237b93eb7751a3bf4b2c4402 (patch) | |
tree | 8ab9b8bfb6b5bbe91a072ec70bd98856ba360b5f /lisp/iswitchb.el | |
parent | 3c2c6be2b0c8884ef17e42dc8fead1331b54071e (diff) | |
download | emacs-25c80f5c14d7e3f9237b93eb7751a3bf4b2c4402.tar.gz |
(iswitchb-ignore-buffername-p): store-match-data => set-match-data.
Diffstat (limited to 'lisp/iswitchb.el')
-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." )) ) (setq re-list (cdr re-list))) - (store-match-data data) + (set-match-data data) ;; return the result ignorep) |