aboutsummaryrefslogtreecommitdiffstats
path: root/src/chartab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartab.c')
-rw-r--r--src/chartab.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/chartab.c b/src/chartab.c
index fddd8a3d406..cd8aa784eb4 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -1,5 +1,5 @@
1/* chartab.c -- char-table support 1/* chartab.c -- char-table support
2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
3 National Institute of Advanced Industrial Science and Technology (AIST) 3 National Institute of Advanced Industrial Science and Technology (AIST)
4 Registration Number H13PRO009 4 Registration Number H13PRO009
5 5
@@ -168,7 +168,7 @@ copy_char_table (Lisp_Object table)
168 return copy; 168 return copy;
169} 169}
170 170
171Lisp_Object 171static Lisp_Object
172sub_char_table_ref (Lisp_Object table, int c) 172sub_char_table_ref (Lisp_Object table, int c)
173{ 173{
174 struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); 174 struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table);
@@ -1013,5 +1013,3 @@ syms_of_chartab (void)
1013 defsubr (&Smap_char_table); 1013 defsubr (&Smap_char_table);
1014} 1014}
1015 1015
1016/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
1017 (do not change this comment) */