]> code.delx.au - gnu-emacs/commitdiff
(iswitchb-ignore-buffername-p): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:44:58 +0000 (04:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:44:58 +0000 (04:44 +0000)
lisp/iswitchb.el

index ca4253c7b5fcafce544d5f12a39ec9c61c53c858..a20d1806c5354b1c7c67d749c883d3bae9d76625 100644 (file)
@@ -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)