Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1cba2ee
Commit
b1cba2ee
authored
Jul 24, 1997
by
Richard M. Stallman
Browse files
(ediff-update-diffs): Change error message.
parent
937a3875
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/ediff-util.el
lisp/ediff-util.el
+1
-1
No files found.
lisp/ediff-util.el
View file @
b1cba2ee
...
...
@@ -549,7 +549,7 @@ if necessary."
(
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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment