]> code.delx.au - gnu-emacs/blobdiff - lisp/indent.el
Fix infloop in filepos-to-bufferpos
[gnu-emacs] / 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.