Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
14eea098
Commit
14eea098
authored
Apr 17, 2015
by
Stefan Monnier
Browse files
* lisp/indent.el (indent-region): Don't deactivate the mark
Fixes: debbugs:20357
parent
310855ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/indent.el
lisp/indent.el
+1
-1
No files found.
lisp/indent.el
View file @
14eea098
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment