* lisp/indent.el (indent-region): Don't deactivate the mark
Fixes: debbugs:20357
This commit is contained in:
parent
310855ec5d
commit
14eea09858
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue