]> git.eshelyaron.com Git - emacs.git/commit
Stop force parameter of whitespace-report-region having global effect
authorReuben Thomas <rrt@sc3d.org>
Tue, 25 Oct 2016 22:20:59 +0000 (23:20 +0100)
committerReuben Thomas <rrt@sc3d.org>
Thu, 3 Nov 2016 12:16:56 +0000 (12:16 +0000)
commit86bec41906c17f3b96288bd34ac0f835cde88a27
tree5fbe92e6dc68b142656b029d3764f986be960332
parent50bba7f47ee52dd07f72f326377d6436ee1a4cdc
Stop force parameter of whitespace-report-region having global effect

* lisp/whitespace.el (whitespace-report-region): Force parameter
previously changed whitespace-style globally.  Fix this, and use
whitespace-active-style, to take account of any changes the user may
have made.  Simplify the documentation: the force parameter simply
forces all classes of whitespace problem to be considered.
(Bug#24745)
lisp/whitespace.el