summaryrefslogtreecommitdiff
path: root/src/category.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-07 23:39:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-07 23:39:53 -0800
commit9f3b5e6926e3a127df87e7829e30d4cd59fecbcf (patch)
tree8c5ba1519bcf67651c243e0f904b762310c3e3d9 /src/category.c
parent232b38b960b67b75f6c6ce47426ce49488ad9d15 (diff)
downloademacs-9f3b5e6926e3a127df87e7829e30d4cd59fecbcf.tar.gz
* category.c (copy_category_table): Now static, since it's not used elsewhere.
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c
index abe4609d02e..cc7ff88474f 100644
--- a/src/category.c
+++ b/src/category.c
@@ -227,7 +227,7 @@ copy_category_entry (Lisp_Object table, Lisp_Object c, Lisp_Object val)
the original and the copy. This function is called recursively by
binding TABLE to a sub char table. */
-Lisp_Object
+static Lisp_Object
copy_category_table (Lisp_Object table)
{
table = copy_char_table (table);