summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-15 16:30:07 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-15 16:30:07 -0700
commita415e6946f76faecb98cb07ecd42ecdbcca5b7a4 (patch)
tree45fe2b5f82a0a5ec83cce45dda350c4a6d9b5753 /src/ChangeLog
parent527469183746cf04ee8212f9debc96e56f4748be (diff)
* doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
avoid shadowing.
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 31b4ee92e26..16cfc1d6d2f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2011-03-15 Paul Eggert <eggert@cs.ucla.edu>
+ * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
+ avoid shadowing.
+
* lisp.h (eassert): Check that the argument compiles, even if
ENABLE_CHECKING is not defined.