aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-09 16:43:15 -0400
committerGlenn Morris2012-04-09 16:43:15 -0400
commit05920a43fc18e696b464387e781e7cfdcea5b5af (patch)
tree9844632d0dfe04426c4032776764dfd01b33b7ff /src/ChangeLog
parent935396c0f0f97df05f0e41af517abed22655fd20 (diff)
downloademacs-05920a43fc18e696b464387e781e7cfdcea5b5af.tar.gz
emacs-05920a43fc18e696b464387e781e7cfdcea5b5af.zip
doc.c fix for bug#11036
* src/doc.c (Fsnarf_documentation): Check variables, functions are bound, not just in the obarray, before snarfing them.
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 aa7d3b5eb7f..18a3d4545e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-04-09 Glenn Morris <rgm@gnu.org> 12012-04-09 Glenn Morris <rgm@gnu.org>
2 2
3 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
4 not just in the obarray, before snarfing them. (Bug#11036)
5
3 * Makefile.in ($(leimdir)/leim-list.el): 6 * Makefile.in ($(leimdir)/leim-list.el):
4 Pass EMACS rather than BUILT_EMACS. 7 Pass EMACS rather than BUILT_EMACS.
5 8