diff src/frame-msw.c @ 1130:ccd0667b4764

[xemacs-hg @ 2002-11-30 08:10:24 by ben] To: xemacs-patches@xemacs.org eval.c: Fix up C debugger entrance -- first output the error message, then stack trace, then exiting message, then force debugger. frame-msw.c: Use EQ not EQUAL to avoid QUIT tripping. toolbar-msw.c: Indentation fixes.
author ben
date Sat, 30 Nov 2002 08:10:26 +0000
parents 37bdd24225ef
children e22b0213b713
line wrap: on
line diff
--- a/src/frame-msw.c	Fri Nov 29 22:53:04 2002 +0000
+++ b/src/frame-msw.c	Sat Nov 30 08:10:26 2002 +0000
@@ -149,8 +149,9 @@
   /* Misc frame stuff */
   FRAME_MSWINDOWS_MENU_HASH_TABLE (f) = Qnil;
 #ifdef HAVE_TOOLBARS
+  /* EQ not EQUAL or we will get QUIT crashes, see below. */
   FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE (f) = 
-    make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQUAL);
+    make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQ);
 #endif
   /* hashtable of instantiated glyphs on the frame.  Make them EQ because
      we only use ints as keys.  Otherwise we run into stickiness in