]> git.eshelyaron.com Git - emacs.git/commit
Don't keep warning about unescaped literals (Bug#36068)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 5 Jun 2019 01:26:06 +0000 (21:26 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 10 Jun 2019 22:27:22 +0000 (18:27 -0400)
commit0026d0bf9f4e4e0247de9c1eb885507608378266
treeb330d22ab718de52a60de728cc344485a457d3fb
parent03b66d23a863835484267a8085bb9112d9bdecae
Don't keep warning about unescaped literals (Bug#36068)

* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Restore lost
let-binding of lread--unescaped-character-literals, so that unescaped
literals warning will only apply to the form just read.
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--unescaped-char-literals): Expand test to check that
we don't keep warning about old unescaped literals.
lisp/emacs-lisp/bytecomp.el
test/lisp/emacs-lisp/bytecomp-tests.el