* xfaces.c (Qframe_set_background_mode): Now static.
* dispextern.h (Qframe_set_background_mode): Remove decl.
This commit is contained in:
parent
0a0d27fb45
commit
19d5c50cbb
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xfaces.c (Qframe_set_background_mode): Now static.
|
||||
* dispextern.h (Qframe_set_background_mode): Remove decl.
|
||||
|
||||
* process.c (Fnetwork_interface_info): Declare local only if needed.
|
||||
|
||||
2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
|
|
@ -3202,7 +3202,6 @@ int merge_faces (struct frame *, Lisp_Object, EMACS_INT, int);
|
|||
int compute_char_face (struct frame *, int, Lisp_Object);
|
||||
void free_all_realized_faces (Lisp_Object);
|
||||
extern Lisp_Object Qforeground_color, Qbackground_color;
|
||||
extern Lisp_Object Qframe_set_background_mode;
|
||||
extern char unspecified_fg[], unspecified_bg[];
|
||||
|
||||
/* Defined in xfns.c */
|
||||
|
|
|
@ -339,7 +339,7 @@ char unspecified_fg[] = "unspecified-fg", unspecified_bg[] = "unspecified-bg";
|
|||
/* The name of the function to call when the background of the frame
|
||||
has changed, frame_set_background_mode. */
|
||||
|
||||
Lisp_Object Qframe_set_background_mode;
|
||||
static Lisp_Object Qframe_set_background_mode;
|
||||
|
||||
/* Names of basic faces. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue