Mercurial > emacs
changeset 40804:02b84f3b47c0
(access_keymap): Fix compilation error.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 07 Nov 2001 08:46:49 +0000 |
parents | 1f33171d77f6 |
children | 55068042757f |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;