From: Paul Eggert Date: Sun, 3 Jul 2011 06:15:12 +0000 (-0700) Subject: * keymap.c (access_keymap_1): Now static. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf7cff578408753b6a7bade084f1147b0e3d9618;p=emacs.git * keymap.c (access_keymap_1): Now static. --- 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?),