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>
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.