]> git.eshelyaron.com Git - emacs.git/commitdiff
(check_mark): Use xsignal0.
authorKim F. Storm <storm@cua.dk>
Tue, 18 Jul 2006 13:25:53 +0000 (13:25 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 18 Jul 2006 13:25:53 +0000 (13:25 +0000)
src/callint.c

index c594f27c8b8875ee47d49dd61cbf8fb132b7a108..475042abbe18288b0b976a92f1c3021c02d44053 100644 (file)
@@ -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