From 6fda35f2b3e3ce3c7dcc05f230f60c51c4c42e60 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 10 Sep 2012 18:20:56 -0700 Subject: [PATCH] * xdisp.c (Qinhibit_debug_on_message): Now static. --- src/ChangeLog | 4 ++++ src/xdisp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 412321563b..4eda17da3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-11 Paul Eggert + + * xdisp.c (Qinhibit_debug_on_message): Now static. + 2012-09-10 Jan Djärv * nsterm.m (ns_update_begin): Set clip path to whole view by using diff --git a/src/xdisp.c b/src/xdisp.c index bec9ec91d2..a7913768d8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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 -- 2.20.1