]> git.eshelyaron.com Git - emacs.git/commit
Escape '%' in filenames to fix flymake warnings
authorStefan Kangas <stefan@marxist.se>
Sat, 6 Nov 2021 19:59:28 +0000 (20:59 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 6 Nov 2021 19:59:28 +0000 (20:59 +0100)
commitd85cf33e494f4e9ada2a9359247e88775e92e7c0
treeaa4dfb6436469fc883f7727fdd7e504dc66c0f05
parent6243a43ac2b575435efb65d9bdbb15980ea14d78
Escape '%' in filenames to fix flymake warnings

* lisp/progmodes/flymake.el (flymake--log-1): Escape '%' in filenames
for 'warning-type-format' so they are not interpreted as a %-sequence
by 'format' later.  (Bug#51549)
lisp/progmodes/flymake.el