# HG changeset patch # User Pavel Jank # Date 1005122809 0 # Node ID 02b84f3b47c05589ebf929b15f485e8cb4527ede # Parent 1f33171d77f657277daf296356b6b04e1629eee8 (access_keymap): Fix compilation error. diff -r 1f33171d77f6 -r 02b84f3b47c0 src/keymap.c --- a/src/keymap.c Wed Nov 07 08:41:55 2001 +0000 +++ b/src/keymap.c Wed Nov 07 08:46:49 2001 +0000 @@ -522,7 +522,7 @@ /* 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;