aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2009-07-21 09:26:43 +0000
committerKen Raeburn2009-07-21 09:26:43 +0000
commitece435a536f60c9f3300d1e5d4f2af051e88cbf1 (patch)
tree031850479d5f79fc87a9dde1fa0456af4ebcc380 /src/ChangeLog
parent0b5546d610aafd65b2c1ef1024a35b10516543a8 (diff)
downloademacs-ece435a536f60c9f3300d1e5d4f2af051e88cbf1.tar.gz
emacs-ece435a536f60c9f3300d1e5d4f2af051e88cbf1.zip
(load_depth): New variable.
(Fload, load_unwind, init_lread): Set it to the load recursion depth; set load_in_progress as a simple boolean based on the current load_depth. (Bug#3892)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3c3fbd3f4e..5f4c417f058 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12009-07-21 Ken Raeburn <raeburn@raeburn.org>
2
3 * lread.c (load_depth): New variable.
4 (Fload, load_unwind, init_lread): Set it to the load recursion
5 depth; set load_in_progress as a simple boolean based on the
6 current load_depth. (Bug#3892)
7
12009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com> 82009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2 9
3 * nsfont.m (ns_has_attribute): Remove. 10 * nsfont.m (ns_has_attribute): Remove.