diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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: |