changeset 21154:7a38d5342931

(ediff-exec-process): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:43:46 +0000
parents 183817081a96
children 5df2a690a85f
files lisp/ediff-diff.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-diff.el	Sat Mar 14 04:43:03 1998 +0000
+++ b/lisp/ediff-diff.el	Sat Mar 14 04:43:46 1998 +0000
@@ -1110,7 +1110,7 @@
 	      (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.