changeset 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 d9ade23e09df
children eabc4e7986e9
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 {