aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/category.c b/src/category.c
index bcd73d3a487..cc7ff88474f 100644
--- a/src/category.c
+++ b/src/category.c
@@ -61,7 +61,6 @@ static Lisp_Object hash_get_category_set (Lisp_Object, Lisp_Object);
61static Lisp_Object 61static Lisp_Object
62hash_get_category_set (Lisp_Object table, Lisp_Object category_set) 62hash_get_category_set (Lisp_Object table, Lisp_Object category_set)
63{ 63{
64 Lisp_Object val;
65 struct Lisp_Hash_Table *h; 64 struct Lisp_Hash_Table *h;
66 int i; 65 int i;
67 unsigned hash; 66 unsigned hash;
@@ -228,7 +227,7 @@ copy_category_entry (Lisp_Object table, Lisp_Object c, Lisp_Object val)
228 the original and the copy. This function is called recursively by 227 the original and the copy. This function is called recursively by
229 binding TABLE to a sub char table. */ 228 binding TABLE to a sub char table. */
230 229
231Lisp_Object 230static Lisp_Object
232copy_category_table (Lisp_Object table) 231copy_category_table (Lisp_Object table)
233{ 232{
234 table = copy_char_table (table); 233 table = copy_char_table (table);
@@ -538,4 +537,3 @@ See the documentation of the variable `word-combining-categories'. */);
538 537
539 category_table_version = 0; 538 category_table_version = 0;
540} 539}
541