projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
310855e
)
* lisp/indent.el (indent-region): Don't deactivate the mark
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 17 Apr 2015 14:30:50 +0000
(10:30 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 17 Apr 2015 14:30:50 +0000
(10:30 -0400)
Fixes: debbugs:20357
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index 74e73a69240deb717821afacd96d54b3e81419e2..18c1fd48db7e297dcab3a412626a0b8c21ec04ac 100644
(file)
--- a/
lisp/indent.el
+++ b/
lisp/indent.el
@@
-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.