aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-04-01 00:15:34 -0700
committerPaul Eggert2011-04-01 00:15:34 -0700
commit1f7196bf92ce5d01855c52330b1e865c57f2d5d6 (patch)
treeb57fe92b1d33bab6358b3c84a1c5d7c2e6e4f93b /src
parent47553fa8f12b3dfaeed639763fa112393076c341 (diff)
downloademacs-1f7196bf92ce5d01855c52330b1e865c57f2d5d6.tar.gz
emacs-1f7196bf92ce5d01855c52330b1e865c57f2d5d6.zip
Add Bug#.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a6ac368efb..0d2e48709b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,7 @@
2 2
3 * print.c (print_object): Remove var that is set but not used. 3 * print.c (print_object): Remove var that is set but not used.
4 4
5 Replace two copies of readlink code with single gnulib version. 5 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
6 The gnulib version avoids calling malloc in the usual case, 6 The gnulib version avoids calling malloc in the usual case,
7 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.
8 * fileio.c (Ffile_symlink_p): Use emacs_readlink. 8 * fileio.c (Ffile_symlink_p): Use emacs_readlink.