]> git.eshelyaron.com Git - emacs.git/commit
Make uncomment-region remove obtrusive spaces before tabs.
authorAlan Mackenzie <acm@muc.de>
Fri, 10 May 2019 07:28:54 +0000 (07:28 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 10 May 2019 07:28:54 +0000 (07:28 +0000)
commita8d17f35a29d9875e94e28c8405d350b57fd1e80
treea98b6eccb273b79325ffc6b653c3b70412bf5ace
parenteda8ea685802e4e07e28351f65b5e24661a384fe
Make uncomment-region remove obtrusive spaces before tabs.

These spaces were typically inserted earlier by comment-region.  This patch
makes these two complementary functions closer to inverses.

* lisp/newcomment.el (uncomment-region-default-1): Remove spaces before a tab
where the comment opener has just been removed.
lisp/newcomment.el