aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-24 12:32:33 +0000
committerGerd Moellmann2000-10-24 12:32:33 +0000
commit11adc310543efe8ac6258563b5c31dc7eb2b601e (patch)
tree3ae724aa50a1c2973826496fbb9c5f12b2274889 /src/keymap.c
parent7f779379f6cbef2513f74813130b8da8e0d38c28 (diff)
downloademacs-11adc310543efe8ac6258563b5c31dc7eb2b601e.tar.gz
emacs-11adc310543efe8ac6258563b5c31dc7eb2b601e.zip
Update copyright.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/keymap.c b/src/keymap.c
index e351d302131..869cc318252 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1,5 +1,6 @@
1/* Manipulation of keymaps 1/* Manipulation of keymaps
2 Copyright (C) 1985, 86,87,88,93,94,95,98,99 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86,87,88,93,94,95,98,99, 2000
3 Free Software Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
@@ -490,8 +491,8 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
490 /* See if there is a meta-map. If there's none, there is 491 /* See if there is a meta-map. If there's none, there is
491 no binding for IDX, unless a default binding exists in MAP. */ 492 no binding for IDX, unless a default binding exists in MAP. */
492 Lisp_Object meta_map = 493 Lisp_Object meta_map =
493 get_keymap_1 (access_keymap 494 get_keymap_1 (access_keymap (map, meta_prefix_char,
494 (map, meta_prefix_char, t_ok, noinherit, autoload), 495 t_ok, noinherit, autoload),
495 0, autoload); 496 0, autoload);
496 if (!NILP (meta_map)) 497 if (!NILP (meta_map))
497 { 498 {