Mercurial > emacs
changeset 71969:34c5e405ed37
(check_mark): Use xsignal0.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 18 Jul 2006 13:25:53 +0000 |
parents | b0505e901bff |
children | 7477595dfc6f |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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