* xdisp.c (Qinhibit_debug_on_message): Now static.
This commit is contained in:
parent
16130a5868
commit
6fda35f2b3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xdisp.c (Qinhibit_debug_on_message): Now static.
|
||||
|
||||
2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (ns_update_begin): Set clip path to whole view by using
|
||||
|
|
|
@ -364,7 +364,7 @@ static Lisp_Object Qslice;
|
|||
Lisp_Object Qcenter;
|
||||
static Lisp_Object Qmargin, Qpointer;
|
||||
static Lisp_Object Qline_height;
|
||||
Lisp_Object Qinhibit_debug_on_message;
|
||||
static Lisp_Object Qinhibit_debug_on_message;
|
||||
|
||||
/* These setters are used only in this file, so they can be private. */
|
||||
static inline void
|
||||
|
|
Loading…
Add table
Reference in a new issue