comparison etc/NEWS @ 104031:e5dc7eae1964

Document fixing of load-in-progress corruption.
author Ken Raeburn <raeburn@raeburn.org>
date Thu, 23 Jul 2009 00:36:49 +0000
parents 48eee3db3afa
children 7d9bf219df36
comparison
equal deleted inserted replaced
104030:91b945d54645 104031:e5dc7eae1964
61 +++ 61 +++
62 ** If `select-active-regions' is t, any active region automatically 62 ** If `select-active-regions' is t, any active region automatically
63 becomes the primary selection (for interaction with other window 63 becomes the primary selection (for interaction with other window
64 applications). If you enable this, you might want to bind 64 applications). If you enable this, you might want to bind
65 `mouse-yank-primary' to Mouse-2. 65 `mouse-yank-primary' to Mouse-2.
66
67 ** The variable `load-in-progress' won't get corrupted by binding it
68 with `let'. In certain situations, loading an Emacs Lisp file from
69 source while in the midst of loading another file (e.g., with
70 `require' or `autoload') could cause the value of `load-in-progress'
71 to be corrupted once the outer load completed. Most code doesn't care
72 about this, but some (like c-mode) may check it.
66 73
67 74
68 * Changes in Specialized Modes and Packages in Emacs 23.2 75 * Changes in Specialized Modes and Packages in Emacs 23.2
69 76
70 ** FIXME mail-user-agent change 77 ** FIXME mail-user-agent change