]> git.eshelyaron.com Git - emacs.git/commit
Restore runtime check for invalid tag
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 16:04:16 +0000 (08:04 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 16:05:59 +0000 (08:05 -0800)
commit202c3319a28c029d6971dccea92f92425c5e8067
tree2b3b4bf92b03a96029a4c74a2935a33f5d14a13b
parent929c9d33021a61be4c1a45d343689c303a15e986
Restore runtime check for invalid tag

* src/data.c (wrong_type_argument): Restore check that the
object’s tag is valid, since invalid tags exist again.
* src/lisp.h (Lisp_Type_Unused0): New constant.
src/data.c
src/lisp.h