]> git.eshelyaron.com Git - emacs.git/commitdiff
Document fixing of load-in-progress corruption.
authorKen Raeburn <raeburn@raeburn.org>
Thu, 23 Jul 2009 00:36:49 +0000 (00:36 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Thu, 23 Jul 2009 00:36:49 +0000 (00:36 +0000)
etc/ChangeLog
etc/NEWS

index bc5cbb3d2714057583cb7a43b5197185ac5772db..2af52400dbd31cef225cf9d03bc6b7eccb445fcd 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-23  Ken Raeburn  <raeburn@raeburn.org>
+
+       * NEWS: `load-in-progress' corruption fixed.
+
 2009-07-21  Glenn Morris  <rgm@gnu.org>
 
        * refcards/cs-dired-ref.tex, refcards/dired-ref.tex:
index f8496f9779b5855ba069f61624901855e315ab81..ccd13a50402064409d470f1857123d4ac3ee8560 100644 (file)
--- 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.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 23.2