aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 16:30:07 -0700
committerPaul Eggert2011-03-15 16:30:07 -0700
commita415e6946f76faecb98cb07ecd42ecdbcca5b7a4 (patch)
tree45fe2b5f82a0a5ec83cce45dda350c4a6d9b5753 /src/ChangeLog
parent527469183746cf04ee8212f9debc96e56f4748be (diff)
downloademacs-a415e6946f76faecb98cb07ecd42ecdbcca5b7a4.tar.gz
emacs-a415e6946f76faecb98cb07ecd42ecdbcca5b7a4.zip
* 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 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
4 avoid shadowing.
5
3 * lisp.h (eassert): Check that the argument compiles, even if 6 * lisp.h (eassert): Check that the argument compiles, even if
4 ENABLE_CHECKING is not defined. 7 ENABLE_CHECKING is not defined.
5 8