]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/indent.el (indent-region): Don't deactivate the mark
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 17 Apr 2015 14:30:50 +0000 (10:30 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 17 Apr 2015 14:30:50 +0000 (10:30 -0400)
Fixes: debbugs:20357
lisp/indent.el

index 74e73a69240deb717821afacd96d54b3e81419e2..18c1fd48db7e297dcab3a412626a0b8c21ec04ac 100644 (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.