aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorKen Raeburn <[email protected]>2009-07-23 00:36:49 +0000
committerKen Raeburn <[email protected]>2009-07-23 00:36:49 +0000
commit100b635576e4075dd48aac63b3e460cf5143777d (patch)
tree31c7dfc9b3f163256b275034a98ecc306574afdc /etc/NEWS
parentc902b9205ba37aa2db7b9ee855fdca2a13e8076a (diff)
Document fixing of load-in-progress corruption.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f8496f9779..ccd13a5040 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,6 +64,13 @@ becomes the primary selection (for interaction with other window
applications). If you enable this, you might want to bind
`mouse-yank-primary' to Mouse-2.
+** The variable `load-in-progress' won't get corrupted by binding it
+with `let'. In certain situations, loading an Emacs Lisp file from
+source while in the midst of loading another file (e.g., with
+`require' or `autoload') could cause the value of `load-in-progress'
+to be corrupted once the outer load completed. Most code doesn't care
+about this, but some (like c-mode) may check it.
+
* Changes in Specialized Modes and Packages in Emacs 23.2