mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* lisp/vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark.
Fixes: debbugs:8710
This commit is contained in:
parent
e44e373d30
commit
782fc81943
@ -1,5 +1,8 @@
|
||||
2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
|
||||
(bug#8710).
|
||||
|
||||
* emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
|
||||
|
||||
2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
|
||||
|
@ -991,6 +991,7 @@ a copy of a region, just before preparing it to for `diff'. It can be
|
||||
used to replace chars to try and eliminate some spurious differences."
|
||||
(let* ((buf (current-buffer))
|
||||
(pos (point))
|
||||
deactivate-mark ; The code does not modify any visible buffer.
|
||||
(file1 (make-temp-file "diff1"))
|
||||
(file2 (make-temp-file "diff2")))
|
||||
;; Chop up regions into smaller elements and save into files.
|
||||
|
Loading…
Reference in New Issue
Block a user