diff options
| author | Dmitry Antipov | 2012-08-20 12:20:25 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-20 12:20:25 +0400 |
| commit | f1a959923a6ead8f3a3e0590c16fa3114d91dc27 (patch) | |
| tree | 61e909f354da9074dfde3debb8a2f10279b3f12e /src/ChangeLog | |
| parent | e83064befad4b03bae2f873ece63c050f2c4ca22 (diff) | |
| download | emacs-f1a959923a6ead8f3a3e0590c16fa3114d91dc27.tar.gz emacs-f1a959923a6ead8f3a3e0590c16fa3114d91dc27.zip | |
Use AREF and ASET for docstrings of category tables.
* category.h (CATEGORY_DOCSTRING): Use AREF.
(SET_CATEGORY_DOCSTRING): Use ASET.
* category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc5b2b2eb77..58fa0de36b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Use AREF and ASET for docstrings of category tables. | ||
| 4 | * category.h (CATEGORY_DOCSTRING): Use AREF. | ||
| 5 | (SET_CATEGORY_DOCSTRING): Use ASET. | ||
| 6 | * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING. | ||
| 7 | |||
| 8 | 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 3 | Inline setter functions for hash table members. | 10 | Inline setter functions for hash table members. |
| 4 | * lisp.h (set_hash_key, set_hash_value, set_hash_next) | 11 | * lisp.h (set_hash_key, set_hash_value, set_hash_next) |
| 5 | (set_hash_hash, set_hash_index): Rename with _slot suffix. | 12 | (set_hash_hash, set_hash_index): Rename with _slot suffix. |