diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
tree | 44e22b210a9904eab25a66d12e708804b671df75 /src/category.h | |
parent | db95369be096960245dd38678f68464627698678 (diff) |
Trailing whitespace deleted.
Diffstat (limited to 'src/category.h')
-rw-r--r-- | src/category.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.h b/src/category.h index 3b2e609bdd..d48d99df80 100644 --- a/src/category.h +++ b/src/category.h @@ -109,7 +109,7 @@ extern Lisp_Object _temp_category_set; #else #define CATEGORY_SET(c) \ Faref (current_buffer->category_table, make_number (c)) -#endif +#endif /* Return the doc string of CATEGORY in category table TABLE. */ #define CATEGORY_DOCSTRING(table, category) \ |