mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
lisp/vc/smerge-mode.el (smerge--refine-apply-diff): Typo
This commit is contained in:
parent
40f4fc1d8c
commit
771ab21367
1 changed files with 1 additions and 1 deletions
|
|
@ -1242,7 +1242,7 @@ need to be markers to indicate the corresponding buffers)."
|
|||
(with-current-buffer (overlay-buffer ol1)
|
||||
(goto-char pt1)
|
||||
;; Usually ol1 and ol2 are in the same buffer, so do the `set-buffer'
|
||||
;; from ol1 to maximize the change that it's a no-op.
|
||||
;; from ol1 to maximize the chance that it's a no-op.
|
||||
(with-current-buffer (overlay-buffer ol2) (goto-char pt2))))))
|
||||
|
||||
(defun smerge--refine-apply-diff-1 ( diffbuf ol1 ol2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue