From: Kim F. Storm Date: Tue, 18 Jul 2006 13:25:53 +0000 (+0000) Subject: (check_mark): Use xsignal0. X-Git-Tag: emacs-pretest-22.0.90~1379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f439241f58ee1ab88f0b9affabfadc6534c551ed;p=emacs.git (check_mark): Use xsignal0. --- diff --git a/src/callint.c b/src/callint.c index c594f27c8b8..475042abbe1 100644 --- a/src/callint.c +++ b/src/callint.c @@ -174,7 +174,7 @@ check_mark (for_region) : "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