From e3f1bc6b8c8dc52af083d444b76d7c512a6d8e8d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:43:46 +0000 Subject: [PATCH] (ediff-exec-process): store-match-data => set-match-data. --- lisp/ediff-diff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index e773ba44e04..c484f224338 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -1110,7 +1110,7 @@ one optional arguments, diff-number to refine.") (set-process-sentinel proc 'ediff-process-sentinel) (set-process-filter proc 'ediff-process-filter) ))) - (store-match-data data)))) + (set-match-data data)))) ;; This is shell-command-filter from simple.el in FSF Emacs. ;; Copied here because XEmacs doesn't have it. -- 2.39.2