]> git.eshelyaron.com Git - emacs.git/commit
Must explicitly create unpropertized strings in mode-line
authorJoão Távora <joaotavora@gmail.com>
Thu, 31 Dec 2020 13:40:09 +0000 (13:40 +0000)
committerJoão Távora <joaotavora@gmail.com>
Thu, 31 Dec 2020 14:03:53 +0000 (14:03 +0000)
commit1b449af5a1c0585da5b1d30c17a1d4b2d8954ddf
tree05a54e7b4fb796684bcc190eb55564a75bac2065
parent2e6fbb05b6c17a1481fd6b73491cfa9c66c0c84f
Must explicitly create unpropertized strings in mode-line

Otherwise, an innocent string like " " will mysteriously
pickup properties from some other minor mode.

Making this a separate commit in hopes of raising attention to this
possible bug.

* lisp/progmodes/flymake.el (flymake--mode-line-counter): Must
explicily create a new string unpropertized string
lisp/progmodes/flymake.el