aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 14:27:03 -0700
committerPaul Eggert2011-03-16 14:27:03 -0700
commitf08b802adcfe721e35de22ab868149d66c28c7f6 (patch)
tree7b4098503e4f61d53e4ef37b58992d65c1c69bda /src/ChangeLog
parent5ad03b978fea0a7cfeb8e0b8f78484244642c1c5 (diff)
downloademacs-f08b802adcfe721e35de22ab868149d66c28c7f6.tar.gz
emacs-f08b802adcfe721e35de22ab868149d66c28c7f6.zip
* lisp.h (debug_output_compilation_hack): Add decl here, to avoid
warning when compiling print.c.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f30c599626..5f02fa1188d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 12011-03-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
4 warning when compiling print.c.
5
3 * font.c (font_unparse_fcname): Abort in an "impossible" situation 6 * font.c (font_unparse_fcname): Abort in an "impossible" situation
4 instead of using an uninitialized var. 7 instead of using an uninitialized var.
5 (font_sort_entities): Mark var as initialized. 8 (font_sort_entities): Mark var as initialized.