Mercurial > emacs
diff lisp/ediff-diff.el @ 21940:f7e788ea680b
new version
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Mon, 04 May 1998 22:42:59 +0000 |
parents | 7a38d5342931 |
children | 7177532e6e8b |
line wrap: on
line diff
--- a/lisp/ediff-diff.el Mon May 04 22:33:38 1998 +0000 +++ b/lisp/ediff-diff.el Mon May 04 22:42:59 1998 +0000 @@ -1110,7 +1110,7 @@ (set-process-sentinel proc 'ediff-process-sentinel) (set-process-filter proc 'ediff-process-filter) ))) - (set-match-data data)))) + (store-match-data data)))) ;; This is shell-command-filter from simple.el in FSF Emacs. ;; Copied here because XEmacs doesn't have it.