diff src/keymap.c @ 40804:02b84f3b47c0

(access_keymap): Fix compilation error.
author Pavel Jan?k <Pavel@Janik.cz>
date Wed, 07 Nov 2001 08:46:49 +0000
parents 97673fa0eaa7
children a17c8b15ef1b
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;