]> git.eshelyaron.com Git - emacs.git/commit
Preserve nonblank whitespace when indenting (Bug#32200)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 18 Jul 2018 23:11:23 +0000 (19:11 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 22 Jul 2018 14:52:48 +0000 (10:52 -0400)
commit8217998b0d59ec491116250c6a10f46052a21ef8
tree6e99d7df2a31136d9139f1a76139ebec10437b08
parent6e697bced0971c369c297964eac35e2ddb59feb4
Preserve nonblank whitespace when indenting (Bug#32200)

* lisp/indent.el (indent-line-to): Remove only spaces and tabs, not
any whitespace syntax characters.
lisp/indent.el