]> code.delx.au - gnu-emacs/commit
Don’t create unnecessary marker in ‘delete-trailing-whitespace’
authorMichal Nazarewicz <mina86@mina86.com>
Wed, 22 Jun 2016 17:06:57 +0000 (19:06 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Mon, 4 Jul 2016 21:44:06 +0000 (23:44 +0200)
commitdcefd2bbc0e404c26f1e5b68c910404355f488fb
tree64a5ec2c25f9afdfe8a5207d6484781327c94194
parent7c6317a0498b6690ea668909ac012cb45e6f809b
Don’t create unnecessary marker in ‘delete-trailing-whitespace’

* lisp/simple.el (delete-trailing-whitespace): If END argument is nil,
there is no need for the end-marker to be created.
lisp/simple.el