diff options
| author | Juanma Barranquero | 2010-07-25 21:30:14 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-25 21:30:14 +0200 |
| commit | da31e629b630248e9e89a00516a6f8c0572abee8 (patch) | |
| tree | da161d6f9a06dc97f910f1e2dcb0e80e9c78a37f /src/ChangeLog | |
| parent | dcc19aacb785a5a0de0184342ab8eae714bff916 (diff) | |
| download | emacs-da31e629b630248e9e89a00516a6f8c0572abee8.tar.gz emacs-da31e629b630248e9e89a00516a6f8c0572abee8.zip | |
* terminfo.c (tparam): Fix prototype of tparm (followup to 2010-07-25T00:20:51Z!lekktu@gmail.com).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 50a9fcb8ba8..f099fc3437d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * terminfo.c (tparam): Fix prototype of tparm. | ||
| 4 | |||
| 1 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * emacs.c (main) [PROFILING]: Use __executable_start if defined to | 7 | * emacs.c (main) [PROFILING]: Use __executable_start if defined to |