diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:43:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:43:46 +0000 |
commit | e3f1bc6b8c8dc52af083d444b76d7c512a6d8e8d (patch) | |
tree | 5fe935476b90f485d40fe209c8273db59d92129f /lisp/ediff-diff.el | |
parent | 9b7c13e0bd8e67d7b802f44c66b288f991848eda (diff) | |
download | emacs-e3f1bc6b8c8dc52af083d444b76d7c512a6d8e8d.tar.gz |
(ediff-exec-process): store-match-data => set-match-data.
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r-- | lisp/ediff-diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |