# HG changeset patch # User Gerd Moellmann # Date 972390753 0 # Node ID f915f46d067c06a215027576c53c6d001d99d797 # Parent 329d12003f37cfb91a2f8884897ef83e416026e3 Update copyright. diff -r 329d12003f37 -r f915f46d067c src/keymap.c --- a/src/keymap.c Tue Oct 24 12:27:45 2000 +0000 +++ b/src/keymap.c Tue Oct 24 12:32:33 2000 +0000 @@ -1,5 +1,6 @@ /* Manipulation of keymaps - Copyright (C) 1985, 86,87,88,93,94,95,98,99 Free Software Foundation, Inc. + Copyright (C) 1985, 86,87,88,93,94,95,98,99, 2000 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -490,8 +491,8 @@ /* See if there is a meta-map. If there's none, there is no binding for IDX, unless a default binding exists in MAP. */ Lisp_Object meta_map = - get_keymap_1 (access_keymap - (map, meta_prefix_char, t_ok, noinherit, autoload), + get_keymap_1 (access_keymap (map, meta_prefix_char, + t_ok, noinherit, autoload), 0, autoload); if (!NILP (meta_map)) {