diff options
| author | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
| commit | cafdcef32d55cbb44389d7e322e7f973cbb72dfd (patch) | |
| tree | 7ee0c41ea8a589650ce6f4311fb10e61a63807b9 /src/category.c | |
| parent | a08a25d7aaf251aa18f2ef747be53734bc55cae9 (diff) | |
| parent | 4e05e67e4cd0bc1b0a4ef3176a4d0d91c6b3738e (diff) | |
| download | emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.tar.gz emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.zip | |
Merge from trunk
Diffstat (limited to 'src/category.c')
| -rw-r--r-- | src/category.c | 4 |
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); | |||
| 61 | static Lisp_Object | 61 | static Lisp_Object |
| 62 | hash_get_category_set (Lisp_Object table, Lisp_Object category_set) | 62 | hash_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 | ||
| 231 | Lisp_Object | 230 | static Lisp_Object |
| 232 | copy_category_table (Lisp_Object table) | 231 | copy_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 | |||