aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index cf4a1fc225f..bb4e87c019d 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1323,7 +1323,7 @@ If the third argument is incorrect, Emacs may crash. */)
1323 { 1323 {
1324 Lisp_Object v1; 1324 Lisp_Object v1;
1325 BEFORE_POTENTIAL_GC (); 1325 BEFORE_POTENTIAL_GC ();
1326 XSETFASTINT (v1, (int) current_column ()); /* iftc */ 1326 XSETFASTINT (v1, current_column ());
1327 AFTER_POTENTIAL_GC (); 1327 AFTER_POTENTIAL_GC ();
1328 PUSH (v1); 1328 PUSH (v1);
1329 break; 1329 break;