Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
100b6355
Commit
100b6355
authored
Jul 23, 2009
by
Ken Raeburn
Browse files
Document fixing of load-in-progress corruption.
parent
c902b920
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+7
-0
No files found.
etc/ChangeLog
View file @
100b6355
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:
...
...
etc/NEWS
View file @
100b6355
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment