* coding.c (Fdefine_coding_system_internal): Use AREF where
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 7 Feb 2013 16:09:04 +0000 (20:09 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 7 Feb 2013 16:09:04 +0000 (20:09 +0400)
commit9a9d91d9c247adefa7137338d7609d81734f888d
treea5f48dcb797ba46e1b7b700d96e0b850a77b1a92
parentfed000725c6fc60e3919209779d60ec3adf5cb10
* coding.c (Fdefine_coding_system_internal): Use AREF where
argument is known to be a vector.
* fns.c (Flocale_info): Likewise for ASET.
* xselect.c (selection_data_to_lisp_data): Likewise for ASET.
* w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
src/ChangeLog
src/coding.c
src/fns.c
src/w32fns.c
src/xselect.c