Mercurial > emacs
diff src/keymap.c @ 109131:18f8e88d3829
Fix comments and whitespace.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 04 Jul 2010 15:51:05 +0200 |
| parents | aec1143e8d85 |
| children | 750db9f3e6d8 |
line wrap: on
line diff
--- a/src/keymap.c Sun Jul 04 15:41:55 2010 +0200 +++ b/src/keymap.c Sun Jul 04 15:51:05 2010 +0200 @@ -2088,9 +2088,7 @@ static void accessible_keymaps_1 (Lisp_Object key, Lisp_Object cmd, Lisp_Object args, void *data) - - /* Use void* to be compatible with map_keymap_function_t. */ - +/* Use void* data to be compatible with map_keymap_function_t. */ { struct accessible_keymaps_data *d = data; /* Cast! */ Lisp_Object maps = d->maps;
