diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index bc5cbb3d271..2af52400dbd 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-07-23 Ken Raeburn <raeburn@raeburn.org> | ||
| 2 | |||
| 3 | * NEWS: `load-in-progress' corruption fixed. | ||
| 4 | |||
| 1 | 2009-07-21 Glenn Morris <rgm@gnu.org> | 5 | 2009-07-21 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * refcards/cs-dired-ref.tex, refcards/dired-ref.tex: | 7 | * refcards/cs-dired-ref.tex, refcards/dired-ref.tex: |
| @@ -64,6 +64,13 @@ 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 | 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. | ||
| 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 | ||