changeset 9368:77cd47d7f172

(Fbyte_code): Delete case Lisp_Void.
author Karl Heuer <kwzh@gnu.org>
date Thu, 06 Oct 1994 23:01:51 +0000
parents 86e52a4d8d87
children 379c7b900689
files src/bytecode.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/bytecode.c	Thu Oct 06 22:59:55 1994 +0000
+++ b/src/bytecode.c	Thu Oct 06 23:01:51 1994 +0000
@@ -356,7 +356,6 @@
 		case Lisp_Buffer_Local_Value:
 		case Lisp_Some_Buffer_Local_Value:
 		case Lisp_Buffer_Objfwd:
-		case Lisp_Void:
 		  v2 = Fsymbol_value (v1);
 		}
 	    }