]> git.eshelyaron.com Git - emacs.git/commit
Byte compiler: remove symbol positions from byte-switch tables
authorAlan Mackenzie <acm@muc.de>
Mon, 18 Apr 2022 10:19:54 +0000 (10:19 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 18 Apr 2022 10:19:54 +0000 (10:19 +0000)
commit2b6a1c98dfba09d6922f1074047853366d26e31e
treee9b2c93625499c186801c629cd084c963de90d8b
parentd5f2305187fa96c5eb427e685f68b90da394e09b
Byte compiler: remove symbol positions from byte-switch tables

This fixes bug #54990.

* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode): Remove positions from
symbols with positions in byte-switch tables, by temporarily removing the
entries from the table, and reinserting them amended.
lisp/emacs-lisp/bytecomp.el