]> git.eshelyaron.com Git - emacs.git/commit
whitespace: Turn long lines regexp into a function (bug#36837)
authorŠtěpán Němec <stepnem@gmail.com>
Thu, 29 Aug 2019 17:32:08 +0000 (19:32 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 2 Mar 2020 03:54:32 +0000 (22:54 -0500)
commit1939f7580bd283286dce8be7c99ab5dec1bb0814
tree557f4f5d5bae6bb36218f2cd49ce3fb731705324
parent13a69c829e162b162c35037634744d7272e0e2c4
whitespace: Turn long lines regexp into a function (bug#36837)

* lisp/whitespace.el (whitespace-color-on): Turn long lines regexp
into a function to ensure it uses current 'whitespace-line-column'
and 'fill-column' values.  (Bug#36837)
(whitespace-lines-regexp): New function.
lisp/whitespace.el