diff options
| author | Tom Tromey | 2012-08-15 13:07:04 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-08-15 13:07:04 -0600 |
| commit | 60a9d2a7728895c1a5bfbc37c3bfa8fde35abe61 (patch) | |
| tree | 8cecdc7d91f6eb803ce132c4667052de465f9177 /src/emacs.c | |
| parent | e160922c665ba65e1dba5b87a924927e61be43b9 (diff) | |
| download | emacs-60a9d2a7728895c1a5bfbc37c3bfa8fde35abe61.tar.gz emacs-60a9d2a7728895c1a5bfbc37c3bfa8fde35abe61.zip | |
This turns thread_state into a pseudovector and updates various bits
of Emacs to cope.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 443fe594795..ca9f201e8f5 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1226,6 +1226,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1226 | if (!initialized) | 1226 | if (!initialized) |
| 1227 | { | 1227 | { |
| 1228 | init_alloc_once (); | 1228 | init_alloc_once (); |
| 1229 | init_threads_once (); | ||
| 1229 | init_obarray (); | 1230 | init_obarray (); |
| 1230 | init_eval_once (); | 1231 | init_eval_once (); |
| 1231 | init_charset_once (); | 1232 | init_charset_once (); |