diff options
| author | Pavel Janík | 2001-11-07 08:47:21 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-07 08:47:21 +0000 |
| commit | 830ddd77805d1f992c7c1342237dd57341be495c (patch) | |
| tree | 24ba5f7e1c87ca568b4a61ed0bf4ddf55a4e9022 /src | |
| parent | 55c6d64573b65ff230d5dad4ce984b5cd51a2a6f (diff) | |
| download | emacs-830ddd77805d1f992c7c1342237dd57341be495c.tar.gz emacs-830ddd77805d1f992c7c1342237dd57341be495c.zip | |
(access_keymap): Fix compilation error.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/keymap.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fe17953aaf..3030b0bed26 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * keymap.c (access_keymap): Fix compilation error. | ||
| 4 | |||
| 1 | 2001-11-07 Miles Bader <miles@gnu.org> | 5 | 2001-11-07 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * xfns.c (x_set_frame_parameters): Avoid infinite recursion. | 7 | * xfns.c (x_set_frame_parameters): Avoid infinite recursion. |
diff --git a/src/keymap.c b/src/keymap.c index cb42d0e55a7..e073cbb47ee 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -522,7 +522,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload) | |||
| 522 | 522 | ||
| 523 | /* t_binding is where we put a default binding that applies, | 523 | /* t_binding is where we put a default binding that applies, |
| 524 | to use in case we do not find a binding specifically | 524 | to use in case we do not find a binding specifically |
| 525 | for this key sequence. | 525 | for this key sequence. */ |
| 526 | 526 | ||
| 527 | Lisp_Object t_binding; | 527 | Lisp_Object t_binding; |
| 528 | t_binding = Qnil; | 528 | t_binding = Qnil; |