]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 16 Apr 2011 23:31:57 +0000 (16:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 16 Apr 2011 23:31:57 +0000 (16:31 -0700)
src/ChangeLog

index 908f885cafd94b27fff03697808424f7495b9d33..3aa5d48d99f765579fe7d93a95b8fc712735a573 100644 (file)
        (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: