]> git.eshelyaron.com Git - emacs.git/commitdiff
* keymap.c (access_keymap_1): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jul 2011 06:15:12 +0000 (23:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jul 2011 06:15:12 +0000 (23:15 -0700)
src/ChangeLog
src/keymap.c

index 8b4029bd7b34520231754b9c1113a7a6837a3a7f..e2f66eec15bbb10afb89914950afec244477104d 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * keymap.c (access_keymap_1): Now static.
+
 2011-07-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * keyboard.c (command_loop_1): If a down-mouse event is unbound,
index 062fb5d0d5f3d33b6abb2898aac1cc079a660061..be31f72eec6fd2592df07aa37d84e9c341540feb 100644 (file)
@@ -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?),