X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e1ffae3bb6b87eb824ea9c6291935584fc806cc4..d032d5e7dfabfae60f3304da02c97cd1e189b9a2:/src/chartab.c diff --git a/src/chartab.c b/src/chartab.c index fddd8a3d40..cd8aa784eb 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -1,5 +1,5 @@ /* chartab.c -- char-table support - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 @@ -168,7 +168,7 @@ copy_char_table (Lisp_Object table) return copy; } -Lisp_Object +static Lisp_Object sub_char_table_ref (Lisp_Object table, int c) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); @@ -1013,5 +1013,3 @@ syms_of_chartab (void) defsubr (&Smap_char_table); } -/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda - (do not change this comment) */