]> git.eshelyaron.com Git - emacs.git/commit
Fix bob/eob checks
authorReuben Thomas <rrt@sc3d.org>
Thu, 20 Oct 2016 12:17:58 +0000 (13:17 +0100)
committerReuben Thomas <rrt@sc3d.org>
Thu, 3 Nov 2016 12:16:56 +0000 (12:16 +0000)
commit0a5ab4dd09b969540f6ebf4ee5954983ac10c36a
tree627a05cbc1a556409b5b50f6ff0b9a8c3bfe576e
parent76e297c15f6312a83599aab216be0396e9aac5c5
Fix bob/eob checks

* lisp/whitespace.el (whitespace-empty-at-bob-regexp)
(whitespace-empty-at-eob-regexp, whitespace-cleanup): Make `empty' checks
work at beginning & end of buffer in whitespace-report-region, and only
there (i.e. they will never match in regions that don't include the
start or end of the buffer).  (Bug#24745)
lisp/whitespace.el