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:
parent
9b7c13e0bd
commit
e3f1bc6b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue