]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 23:33:02 +0000 (23:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 23:33:02 +0000 (23:33 +0000)
src/xterm.c

index 673f6ff62302d9ddfc0d59e98979635c15cf6cf2..5580fbdda698bd007a556e0fc7598a4807258cec 100644 (file)
@@ -4255,6 +4255,7 @@ x_catch_errors ()
 /* If any X protocol errors have arrived since the last call to
    x_catch_errors or x_check_errors, signal an Emacs error using
    sprintf (a buffer, FORMAT, the x error message text) as the text.  */
+
 void
 x_check_errors (format)
      char *format;
@@ -4272,6 +4273,8 @@ x_check_errors (format)
     }
 }
 
+/* Stop catching X protocol errors and let them make Emacs die.  */
+
 void
 x_uncatch_errors ()
 {