emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/eval.c,v
Date: Tue, 09 Oct 2007 01:39:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/10/09 01:39:14

Index: eval.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/eval.c,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -b -r1.289 -r1.290
--- eval.c      24 Sep 2007 08:29:50 -0000      1.289
+++ eval.c      9 Oct 2007 01:39:13 -0000       1.290
@@ -1462,12 +1462,10 @@
 
   /* Since Fsignal will close off all calls to x_catch_errors,
      we will get the wrong results if some are not closed now.  */
-#if 0 /* Fsignal doesn't do that anymore.  --lorentey  */
 #if HAVE_X_WINDOWS
   if (x_catching_errors ())
     abort ();
 #endif
-#endif
 
   c.tag = Qnil;
   c.val = Qnil;
@@ -1512,12 +1510,10 @@
 
   /* Since Fsignal will close off all calls to x_catch_errors,
      we will get the wrong results if some are not closed now.  */
-#if 0 /* Fsignal doesn't do that anymore.  --lorentey  */
 #if HAVE_X_WINDOWS
   if (x_catching_errors ())
     abort ();
 #endif
-#endif
 
   c.tag = Qnil;
   c.val = Qnil;
@@ -1565,12 +1561,10 @@
 
   /* Since Fsignal will close off all calls to x_catch_errors,
      we will get the wrong results if some are not closed now.  */
-#if 0 /* Fsignal doesn't do that anymore.  --lorentey  */
 #if HAVE_X_WINDOWS
   if (x_catching_errors ())
     abort ();
 #endif
-#endif
 
   c.tag = Qnil;
   c.val = Qnil;




reply via email to

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