aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-01 00:13:23 -0700
committerPaul Eggert2011-04-01 00:13:23 -0700
commit47553fa8f12b3dfaeed639763fa112393076c341 (patch)
tree64dc59a979daca93fe9e2039c2cbffe313d48f03 /src/ChangeLog
parentfdb61804921071110fc46f347bb4638d7fe57638 (diff)
downloademacs-47553fa8f12b3dfaeed639763fa112393076c341.tar.gz
emacs-47553fa8f12b3dfaeed639763fa112393076c341.zip
* print.c (print_object): Remove var that is set but not used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b141577e4e7..4a6ac368efb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-01 Paul Eggert <eggert@cs.ucla.edu> 12011-04-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * print.c (print_object): Remove var that is set but not used.
4
3 Replace two copies of readlink code with single gnulib version. 5 Replace two copies of readlink code with single gnulib version.
4 The gnulib version avoids calling malloc in the usual case, 6 The gnulib version avoids calling malloc in the usual case,
5 and on 64-bit hosts doesn't have some arbitrary 32-bit limits. 7 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.