]> code.delx.au - gnu-emacs/commitdiff
(Fbyte_code): Delete case Lisp_Void.
authorKarl Heuer <kwzh@gnu.org>
Thu, 6 Oct 1994 23:01:51 +0000 (23:01 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 6 Oct 1994 23:01:51 +0000 (23:01 +0000)
src/bytecode.c

index a6230a6142ab1f41f1bffee40ae92419e576ef2a..9a5d231dd61fda494634799c15aa3f2998f1da34 100644 (file)
@@ -356,7 +356,6 @@ If the third argument is incorrect, Emacs may crash.")
                case Lisp_Buffer_Local_Value:
                case Lisp_Some_Buffer_Local_Value:
                case Lisp_Buffer_Objfwd:
-               case Lisp_Void:
                  v2 = Fsymbol_value (v1);
                }
            }