]> git.eshelyaron.com Git - emacs.git/commit
Fix a bootstrap issue with unescaped character literal detection.
authorPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 09:58:36 +0000 (11:58 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 09:58:36 +0000 (11:58 +0200)
commitc7ecc6bbc03af4c2746e2e8765dbbe5bf4a3a908
tree19d508f17e5d1f148f64f6b716af63af9ad76e1f
parent9338b1307dfd08dff5f1c27a7202cb4412c6a502
Fix a bootstrap issue with unescaped character literal detection.

* src/lread.c (load_warn_unescaped_character_literals): Deal with the
case that 'byte-run--unescaped-character-literals-warning' isn't yet
defined.
src/lread.c