diff options
| author | Chong Yidong | 2009-04-04 15:26:03 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-04 15:26:03 +0000 |
| commit | e173bbce451a12940bd8399f7f8a9b9b310f7007 (patch) | |
| tree | db52397e744fb9a7f679617a9e4f2028e39ed785 /src/ChangeLog | |
| parent | e02ec85ea0888323c016f407f4efeb6df24c1fe7 (diff) | |
| download | emacs-e173bbce451a12940bd8399f7f8a9b9b310f7007.tar.gz emacs-e173bbce451a12940bd8399f7f8a9b9b310f7007.zip | |
* terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
(Fterminal_parameters, Fterminal_parameter)
(Fset_terminal_parameter): In doc string, refer to terminal
objects rather than terminal ids.
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 a9b35bff3d1..22890338bea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-04-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name) | ||
| 4 | (Fterminal_parameters, Fterminal_parameter) | ||
| 5 | (Fset_terminal_parameter): In doc string, refer to terminal | ||
| 6 | objects rather than terminal ids. | ||
| 7 | |||
| 1 | 2009-04-04 Eli Zaretskii <eliz@gnu.org> | 8 | 2009-04-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call | 10 | * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call |