diff options
| author | Eli Zaretskii | 2001-04-21 19:52:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-21 19:52:11 +0000 |
| commit | 78c1afb68183b2b13cbbdf4af2aa30bfc782d16a (patch) | |
| tree | f12454bdf280d004cb862f2424f7d7873083d855 /src/ChangeLog | |
| parent | 7824c16b54cbbbf8499aac57c497430b7d2f736f (diff) | |
| download | emacs-78c1afb68183b2b13cbbdf4af2aa30bfc782d16a.tar.gz emacs-78c1afb68183b2b13cbbdf4af2aa30bfc782d16a.zip | |
(wait_reading_process_input) [!subprocesses]: Don't
reference waiting_for_user_input_p, it's not defined in the branch
without async subprocesses support.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 16ed4171305..75a087c1c5a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-04-21 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_input) [!subprocesses]: Don't | ||
| 4 | reference waiting_for_user_input_p, it's not defined in the branch | ||
| 5 | without async subprocesses support. | ||
| 6 | |||
| 1 | 2001-04-19 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-04-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * keyboard.c (delete_kboard): Prevent a dangling reference | 9 | * keyboard.c (delete_kboard): Prevent a dangling reference |