Mercurial > emacs
diff lisp/ediff-util.el @ 18953:47924b18d95c
(ediff-update-diffs): Change error message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Jul 1997 21:39:26 +0000 |
parents | 1405083241e8 |
children | f90d40b0bff5 |
line wrap: on
line diff
--- a/lisp/ediff-util.el Thu Jul 24 21:29:24 1997 +0000 +++ b/lisp/ediff-util.el Thu Jul 24 21:39:26 1997 +0000 @@ -549,7 +549,7 @@ (ediff-barf-if-not-control-buffer) (if (and (ediff-buffer-live-p ediff-ancestor-buffer) (not (y-or-n-p "Recompute differences during merge, really? "))) - (error "God forbid!")) + (error "Recomputation of differences cancelled")) (let ((point-A (ediff-eval-in-buffer ediff-buffer-A (point))) ;;(point-B (ediff-eval-in-buffer ediff-buffer-B (point)))