aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-08-20 12:20:25 +0400
committerDmitry Antipov2012-08-20 12:20:25 +0400
commitf1a959923a6ead8f3a3e0590c16fa3114d91dc27 (patch)
tree61e909f354da9074dfde3debb8a2f10279b3f12e /src/ChangeLog
parente83064befad4b03bae2f873ece63c050f2c4ca22 (diff)
downloademacs-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/ChangeLog7
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 @@
12012-08-20 Dmitry Antipov <dmantipov@yandex.ru> 12012-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
82012-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.