* lisp/indent.el (indent-region): Don't deactivate the mark

Fixes: debbugs:20357
This commit is contained in:
Stefan Monnier 2015-04-17 10:30:50 -04:00
parent 310855ec5d
commit 14eea09858

View file

@ -537,7 +537,7 @@ column to indent to; if it is nil, use one of the three methods above."
;; In most cases, reindenting modifies the buffer, but it may also
;; leave it unmodified, in which case we have to deactivate the mark
;; by hand.
(deactivate-mark))
(setq deactivate-mark t))
(defun indent-relative-maybe ()
"Indent a new line like previous nonblank line.