mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
*** empty log message ***
This commit is contained in:
parent
8343426b70
commit
c439fb3045
1 changed files with 1 additions and 1 deletions
|
|
@ -90,6 +90,7 @@ skiped over. Nil means show all regions.")
|
|||
;; by Stig@hackvan.com
|
||||
(normal-mode t)
|
||||
(remove-hook 'local-write-file-hooks 'ediff-set-merge-mode))
|
||||
|
||||
|
||||
;; Go over all diffs starting with DIFF-NUM and copy regions into buffer C
|
||||
;; according to the state of the difference.
|
||||
|
|
@ -113,7 +114,6 @@ skiped over. Nil means show all regions.")
|
|||
ediff-number-of-differences))
|
||||
|
||||
(setq state-of-merge (ediff-get-state-of-merge n))
|
||||
(setq do-not-copy (string= state-of-merge default-state-of-merge))
|
||||
|
||||
(if remerging
|
||||
(let ((reg-A (ediff-get-region-contents n 'A ediff-control-buffer))
|
||||
|
|
|
|||
Loading…
Reference in a new issue