From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:43:46 +0000 (+0000) Subject: (ediff-exec-process): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1920 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3f1bc6b8c8dc52af083d444b76d7c512a6d8e8d;p=emacs.git (ediff-exec-process): store-match-data => set-match-data. --- 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.