diff options
| author | Dmitry Antipov | 2013-02-07 20:09:04 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-02-07 20:09:04 +0400 |
| commit | 9a9d91d9c247adefa7137338d7609d81734f888d (patch) | |
| tree | a5f48dcb797ba46e1b7b700d96e0b850a77b1a92 /src/ChangeLog | |
| parent | fed000725c6fc60e3919209779d60ec3adf5cb10 (diff) | |
| download | emacs-9a9d91d9c247adefa7137338d7609d81734f888d.tar.gz emacs-9a9d91d9c247adefa7137338d7609d81734f888d.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc0ae082ae9..9ffe133e758 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * coding.c (Fdefine_coding_system_internal): Use AREF where | ||
| 4 | argument is known to be a vector. | ||
| 5 | * fns.c (Flocale_info): Likewise for ASET. | ||
| 6 | * xselect.c (selection_data_to_lisp_data): Likewise for ASET. | ||
| 7 | * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF. | ||
| 8 | |||
| 1 | 2013-02-05 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2013-02-05 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * nsmenu.m (update_frame_tool_bar): Check for negative tool bar | 11 | * nsmenu.m (update_frame_tool_bar): Check for negative tool bar |