aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index a6230a6142a..9a5d231dd61 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -356,7 +356,6 @@ If the third argument is incorrect, Emacs may crash.")
356 case Lisp_Buffer_Local_Value: 356 case Lisp_Buffer_Local_Value:
357 case Lisp_Some_Buffer_Local_Value: 357 case Lisp_Some_Buffer_Local_Value:
358 case Lisp_Buffer_Objfwd: 358 case Lisp_Buffer_Objfwd:
359 case Lisp_Void:
360 v2 = Fsymbol_value (v1); 359 v2 = Fsymbol_value (v1);
361 } 360 }
362 } 361 }