From: Glenn Morris Date: Sat, 16 Apr 2011 23:31:57 +0000 (-0700) Subject: ChangeLog fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61c2b50edd5abf066ee9c80e1780f67925dfa0f1;p=emacs.git ChangeLog fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 908f885cafd..3aa5d48d99f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -534,7 +534,7 @@ (mark_backtrace): Define only if BYTE_MARK_STACK. * xdisp.c (message_enable_multibyte): Now static. - Declare Lisp_Object Q* variables to be 'static' if not exproted. + Declare Lisp_Object Q* variables to be 'static' if not exported. This makes it easier for human readers (and static analyzers) to see whether these variables are used from other modules. * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c: