Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac64929e
Commit
ac64929e
authored
Apr 13, 2011
by
Paul Eggert
Browse files
* xrdb.c (x_customization_string, x_rm_string): Now static.
parent
6f37259d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/xrdb.c
src/xrdb.c
+2
-2
No files found.
src/ChangeLog
View file @
ac64929e
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.
...
...
src/xrdb.c
View file @
ac64929e
...
...
@@ -64,7 +64,7 @@ static int file_p (const char *filename);
/* 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)
...
...
@@ -466,7 +466,7 @@ get_environ_db (void)
/* 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment