diff options
| author | Gerd Moellmann | 2000-09-08 13:30:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-08 13:30:21 +0000 |
| commit | 3015eec0e8c1e7b24c8db35c764afd6d6971dd15 (patch) | |
| tree | 8b53ec31fcecbe82d54004eb74d2d593345d1b26 /src/ChangeLog | |
| parent | 018fc000724c4c8212c1870bf003e8fd57934cac (diff) | |
| download | emacs-3015eec0e8c1e7b24c8db35c764afd6d6971dd15.tar.gz emacs-3015eec0e8c1e7b24c8db35c764afd6d6971dd15.zip | |
(Fset_keymap_parent): Check for cycles in keymap
inheritance.
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 2ed91352645..64cd6de2da0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-09-08 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keymap.c (Fset_keymap_parent): Check for cycles in keymap | ||
| 4 | inheritance. | ||
| 5 | |||
| 3 | * xdisp.c (try_window_id): When trying to locate cursor in | 6 | * xdisp.c (try_window_id): When trying to locate cursor in |
| 4 | unchanged rows at the top, handle the case that we can't find it. | 7 | unchanged rows at the top, handle the case that we can't find it. |
| 5 | 8 | ||