Mercurial > emacs
diff src/keymap.c @ 3425:c513638ee7ed
(syms_of_keymap): Add missing 2nd arg to Fcons.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 02 Jun 1993 02:09:04 +0000 |
| parents | 6be8f63060b3 |
| children | 9d0af0f2dc0d |
line wrap: on
line diff
--- a/src/keymap.c Tue Jun 01 23:19:49 1993 +0000 +++ b/src/keymap.c Wed Jun 02 02:09:04 1993 +0000 @@ -2013,7 +2013,7 @@ pointed to by a C variable */ global_map = Fcons (Qkeymap, - Fcons (Fmake_vector (make_number (0400), Qnil))); + Fcons (Fmake_vector (make_number (0400), Qnil), Qnil)); Fset (intern ("global-map"), global_map); meta_map = Fmake_keymap (Qnil);
