diff src/keymap.c @ 49912:e9f8f5a9cef6

(copy_keymap_1): Make it static.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 22 Feb 2003 22:18:42 +0000
parents 7efa3eeb04ec
children 3770fda038d0
line wrap: on
line diff
--- a/src/keymap.c	Sat Feb 22 22:15:31 2003 +0000
+++ b/src/keymap.c	Sat Feb 22 22:18:42 2003 +0000
@@ -914,7 +914,7 @@
   return res;
 }
 
-void
+static void
 copy_keymap_1 (chartable, idx, elt)
      Lisp_Object chartable, idx, elt;
 {