dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
550 stars 51 forks source link

Fix: quote flymake--mode-line-format symbol boundp check #138

Closed gcentauri closed 1 year ago

gcentauri commented 1 year ago

It seems like the symbol flymake--mode-line-format is no longer found in the flymake package's code, so this was raising a void symbol error. Quoting it should keep it backwards compatible for whatever behavior this was using previously, and prevent the error from making it so the flymake-mode-line-format variable was not being processed.

dbordak commented 1 year ago

Thanks! Honestly probably don't need to support versions this far back, anyway