diff options
| author | Gerd Moellmann | 2000-05-11 12:23:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-11 12:23:55 +0000 |
| commit | 1172eb8dfaf1d4a1a9f83b2c9e84d93a5de015c0 (patch) | |
| tree | 9fd0e95d9c4c5fc7f2bbe0749ef516d2a04eed6d /src/ChangeLog | |
| parent | da4496b6c93c5243c689aee22a177e7b4494bc91 (diff) | |
| download | emacs-1172eb8dfaf1d4a1a9f83b2c9e84d93a5de015c0.tar.gz emacs-1172eb8dfaf1d4a1a9f83b2c9e84d93a5de015c0.zip | |
(read_char): Don't clear current message for help
events; let the code handling help events handle this. Change
code detecting help events that should be ignored.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f1ee8e0db8f..3403e9f14f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-05-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (read_char): Don't clear current message for help | ||
| 4 | events; let the code handling help events handle this. Change | ||
| 5 | code detecting help events that should be ignored. | ||
| 6 | |||
| 3 | * xdisp.c (handle_single_display_prop): Don't try to set PT if | 7 | * xdisp.c (handle_single_display_prop): Don't try to set PT if |
| 4 | we're interating over a string. | 8 | we're interating over a string. |
| 5 | 9 | ||