From cf7cff578408753b6a7bade084f1147b0e3d9618 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 2 Jul 2011 23:15:12 -0700 Subject: [PATCH] * keymap.c (access_keymap_1): Now static. --- src/ChangeLog | 4 ++++ src/keymap.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 8b4029bd7b3..e2f66eec15b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-07-03 Paul Eggert + + * keymap.c (access_keymap_1): Now static. + 2011-07-02 Chong Yidong * keyboard.c (command_loop_1): If a down-mouse event is unbound, diff --git a/src/keymap.c b/src/keymap.c index 062fb5d0d5f..be31f72eec6 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -388,7 +388,7 @@ Return PARENT. PARENT should be nil or another keymap. */) Returns Qunbound if no binding was found (and returns Qnil if a nil binding was found). */ -Lisp_Object +static Lisp_Object access_keymap_1 (Lisp_Object map, Lisp_Object idx, int t_ok, int noinherit, int autoload) { /* If idx is a list (some sort of mouse click, perhaps?), -- 2.39.2