# HG changeset patch # User Kim F. Storm # Date 1153229153 0 # Node ID 34c5e405ed37a61a41e764a60d973f4f05b7b150 # Parent b0505e901bff7b5a2ee4bbee1314f9bf436dd5a2 (check_mark): Use xsignal0. diff -r b0505e901bff -r 34c5e405ed37 src/callint.c --- a/src/callint.c Tue Jul 18 13:25:47 2006 +0000 +++ b/src/callint.c Tue Jul 18 13:25:53 2006 +0000 @@ -174,7 +174,7 @@ : "The mark is not set now"); if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive) && NILP (current_buffer->mark_active)) - Fsignal (Qmark_inactive, Qnil); + xsignal0 (Qmark_inactive); } /* If the list of args INPUT was produced with an explicit call to