1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ediff-exec-process): store-match-data => set-match-data.

This commit is contained in:
Richard M. Stallman 1998-03-14 04:43:46 +00:00
parent 9b7c13e0bd
commit e3f1bc6b8c

View 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.