diff options
| author | Gerd Moellmann | 2002-03-11 18:49:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-03-11 18:49:44 +0000 |
| commit | 073448c560753480b6306945f21fd0123744b569 (patch) | |
| tree | 4ad1ae26545494862fff9e6c1ea39dc2bb3084d9 /src/ChangeLog | |
| parent | 714d8c393b62d807603e74e553e254ede8f18d39 (diff) | |
| download | emacs-073448c560753480b6306945f21fd0123744b569.tar.gz emacs-073448c560753480b6306945f21fd0123744b569.zip | |
(note_mouse_movement): Put code for
x_autoselect_window_p in #if 0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec86d1539c1..7d70bb49e32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-03-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2002-03-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (note_mouse_movement): Put code for | ||
| 4 | x_autoselect_window_p in #if 0. | ||
| 5 | |||
| 3 | * lread.c (Fload): Don't assume that message_with_ntring uses the | 6 | * lread.c (Fload): Don't assume that message_with_ntring uses the |
| 4 | string it is given like a C string. | 7 | string it is given like a C string. |
| 5 | 8 | ||