diff options
| author | Paul Eggert | 2012-09-10 18:20:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-10 18:20:56 -0700 |
| commit | 6fda35f2b3e3ce3c7dcc05f230f60c51c4c42e60 (patch) | |
| tree | f7283ff6939d12d5bdca14348d1b612ee896434b /src | |
| parent | 16130a58689c3e24a159dbbd7cab000a28511cc7 (diff) | |
| download | emacs-6fda35f2b3e3ce3c7dcc05f230f60c51c4c42e60.tar.gz emacs-6fda35f2b3e3ce3c7dcc05f230f60c51c4c42e60.zip | |
* xdisp.c (Qinhibit_debug_on_message): Now static.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 412321563ba..4eda17da3a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * xdisp.c (Qinhibit_debug_on_message): Now static. | ||
| 4 | |||
| 1 | 2012-09-10 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2012-09-10 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * nsterm.m (ns_update_begin): Set clip path to whole view by using | 7 | * nsterm.m (ns_update_begin): Set clip path to whole view by using |
diff --git a/src/xdisp.c b/src/xdisp.c index bec9ec91d2f..a7913768d8a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -364,7 +364,7 @@ static Lisp_Object Qslice; | |||
| 364 | Lisp_Object Qcenter; | 364 | Lisp_Object Qcenter; |
| 365 | static Lisp_Object Qmargin, Qpointer; | 365 | static Lisp_Object Qmargin, Qpointer; |
| 366 | static Lisp_Object Qline_height; | 366 | static Lisp_Object Qline_height; |
| 367 | Lisp_Object Qinhibit_debug_on_message; | 367 | static Lisp_Object Qinhibit_debug_on_message; |
| 368 | 368 | ||
| 369 | /* These setters are used only in this file, so they can be private. */ | 369 | /* These setters are used only in this file, so they can be private. */ |
| 370 | static inline void | 370 | static inline void |