+2007-09-14 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
+ * gtkutil.c (xg_get_file_with_chooser): Move GCPRO1 after declarations.
+
+ * termhooks.h (enum event_kind): Remove trailing comma.
+
+ * frame.h (enum): Remove trailing comma.
+
+2007-09-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * keyboard.c, xterm.c, xfaces.c (abs): #undef before #define.
+
2007-09-12 Glenn Morris <rgm@gnu.org>
* gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
#define KBD_BUFFER_SIZE 4096
#endif /* No X-windows */
+#undef abs
#define abs(x) ((x) >= 0 ? (x) : -(x))
/* Following definition copied from eval.c */