emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callint.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/callint.c,v
Date: Tue, 18 Jul 2006 13:25:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/18 13:25:53

Index: callint.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callint.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -b -r1.144 -r1.145
--- callint.c   12 Jul 2006 13:14:38 -0000      1.144
+++ callint.c   18 Jul 2006 13:25:53 -0000      1.145
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]