From 25c80f5c14d7e3f9237b93eb7751a3bf4b2c4402 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:44:58 +0000 Subject: [PATCH] (iswitchb-ignore-buffername-p): store-match-data => set-match-data. --- lisp/iswitchb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5