]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-exec-process): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:43:46 +0000 (04:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:43:46 +0000 (04:43 +0000)
lisp/ediff-diff.el

index e773ba44e04351e8cb22c011d4e2a5d9c89715b4..c484f2243382011091abd018dc31a829600f822e 100644 (file)
@@ -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.