mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
Avoid redisplay error in ediff-regions-wordwise
* lisp/vc/ediff-util.el (ediff-clone-buffer-for-region-comparison): Make sure the mark is set before activating it. (Bug#21567)
This commit is contained in:
parent
3a0974d939
commit
1f279344e4
@ -3348,6 +3348,7 @@ Without an argument, it saves customized diff argument, if available
|
||||
(setq wind (ediff-get-visible-buffer-window cloned-buff))
|
||||
(select-window wind)
|
||||
(delete-other-windows)
|
||||
(or (mark) (push-mark))
|
||||
(ediff-activate-mark)
|
||||
(split-window-vertically)
|
||||
(ediff-select-lowest-window)
|
||||
|
Loading…
Reference in New Issue
Block a user