diff options
| author | Richard M. Stallman | 2001-12-28 18:49:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-28 18:49:02 +0000 |
| commit | ade19cac432839b927051d37fe7937f7337c3318 (patch) | |
| tree | 4558bc4cdd33b91ef7d67853873e18105a4d2412 /src/ChangeLog | |
| parent | ce6eef6e18b575359a7b26d63f42097de44e0092 (diff) | |
| download | emacs-ade19cac432839b927051d37fe7937f7337c3318.tar.gz emacs-ade19cac432839b927051d37fe7937f7337c3318.zip | |
Fix previous change; also correct its change log:
(Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
(exclude_keys): New variable.
(Flookup_key): Error message if key has wrong data type.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 16ffe8b6b7c..1f4a09c32b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * keymap.c (Flookup_key): Error message if key has wrong data type. | 3 | * keymap.c (Flookup_key): Error message if key has wrong data type. |
| 4 | (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc. | 4 | (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc. |
| 5 | 5 | (exclude_key): New variable. | |
| 6 | |||
| 6 | 2001-12-28 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-12-28 Gerd Moellmann <gerd@gnu.org> |
| 7 | 8 | ||
| 8 | * xterm.c (x_setup_relief_colors): Don't compute an image's | 9 | * xterm.c (x_setup_relief_colors): Don't compute an image's |