]> git.eshelyaron.com Git - emacs.git/commit
Let ?\LF signal an error (bug#55738)
authorMattias Engdegård <mattiase@acm.org>
Fri, 3 Jun 2022 08:12:24 +0000 (10:12 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 3 Jun 2022 09:23:30 +0000 (11:23 +0200)
commit28622d4dd0347227a28b7b25c674437239a00a06
tree194fe6c6de674eec25f4126fd5d772000fd1b99a
parente48c9181b1c103b42032a5fb6547184da75bd773
Let ?\LF signal an error (bug#55738)

As suggested by Stefan Monnier.

* src/lread.c (read_escape):
Signal an error for ?\LF since it cannot reasonably be intended.
* test/src/lread-tests.el (lread-escaped-lf): Update test.
* etc/NEWS: Announce.
etc/NEWS
src/lread.c
test/src/lread-tests.el