From 830ddd77805d1f992c7c1342237dd57341be495c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 7 Nov 2001 08:47:21 +0000 Subject: [PATCH] (access_keymap): Fix compilation error. --- src/ChangeLog | 4 ++++ src/keymap.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9fe17953aaf..3030b0bed26 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-11-07 Pavel Jan,Bm(Bk + + * keymap.c (access_keymap): Fix compilation error. + 2001-11-07 Miles Bader * 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) /* t_binding is where we put a default binding that applies, to use in case we do not find a binding specifically - for this key sequence. + for this key sequence. */ Lisp_Object t_binding; t_binding = Qnil; -- 2.39.2