2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
+ * xrdb.c (x_customization_string, x_rm_string): Now static.
+
* xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
* xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
/* The string which gets substituted for the %C escape in XFILESEARCHPATH
and friends, or zero if none was specified. */
-char *x_customization_string;
+static char *x_customization_string;
/* Return the value of the emacs.customization (Emacs.Customization)
/* Types of values that we can find in a database */
#define XrmStringType "String" /* String representation */
-XrmRepresentation x_rm_string; /* Quark representation */
+static XrmRepresentation x_rm_string; /* Quark representation */
/* Load X resources based on the display and a possible -xrm option. */