]> git.eshelyaron.com Git - emacs.git/commit
Make ‘delete-trailing-whitespace’ delete spaces after form feed
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 21 Jun 2016 14:52:52 +0000 (16:52 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Mon, 4 Jul 2016 21:44:06 +0000 (23:44 +0200)
commitdc294483af221066724f1007a595016b47fb5814
treee81eb0d46998ec2d634de6d6df64c346ca63fb0b
parente3ae3c44882085bf52f6bb8b02e98eb7d0b1f81b
Make ‘delete-trailing-whitespace’ delete spaces after form feed

* lisp/simple.el (delete-trailing-whitespace): Treat form fead as
a non-whitespace character (regradless of whether it’s character syntax
is whitespace) and delete any whitespace following it instead of leaving
lines with form feeds completely unchanged.  I.e. a line like "\f " will
now became "\f".
etc/NEWS
lisp/simple.el
test/lisp/simple-tests.el