aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-04-16 16:31:57 -0700
committerGlenn Morris2011-04-16 16:31:57 -0700
commit61c2b50edd5abf066ee9c80e1780f67925dfa0f1 (patch)
tree5942a04148c63ca6944a4a67eb76c6dd006eec24 /src/ChangeLog
parent239da61d98110076ed1cf0161ffc609ff508246a (diff)
downloademacs-61c2b50edd5abf066ee9c80e1780f67925dfa0f1.tar.gz
emacs-61c2b50edd5abf066ee9c80e1780f67925dfa0f1.zip
ChangeLog fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 908f885cafd..3aa5d48d99f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -534,7 +534,7 @@
534 (mark_backtrace): Define only if BYTE_MARK_STACK. 534 (mark_backtrace): Define only if BYTE_MARK_STACK.
535 * xdisp.c (message_enable_multibyte): Now static. 535 * xdisp.c (message_enable_multibyte): Now static.
536 536
537 Declare Lisp_Object Q* variables to be 'static' if not exproted. 537 Declare Lisp_Object Q* variables to be 'static' if not exported.
538 This makes it easier for human readers (and static analyzers) 538 This makes it easier for human readers (and static analyzers)
539 to see whether these variables are used from other modules. 539 to see whether these variables are used from other modules.
540 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c: 540 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c: