]> git.eshelyaron.com Git - emacs.git/commitdiff
* category.c (copy_category_table): Now static, since it's not used elsewhere.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:39:53 +0000 (23:39 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:39:53 +0000 (23:39 -0800)
src/ChangeLog
src/category.c

index a073e2690910e746f64c1e2acf0c159b0c29fe21..f0a12a7c5d1dfce7ae05fbc0202793d6be8ce564 100644 (file)
@@ -66,6 +66,7 @@
        Remove unused macros.
 
        * category.c (hash_get_category_set): Remove unused local var.
+       (copy_category_table): Now static, since it's not used elsewhere.
 
 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
index abe4609d02e656415694408ada14f99e38e10585..cc7ff88474f9395bb9ff5136490f6ec714fc6157 100644 (file)
@@ -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);