diff options
| author | Paul Eggert | 2011-04-06 15:27:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-06 15:27:58 -0700 |
| commit | 266c95470005fc0fdb22b984de4bb8ec73aec727 (patch) | |
| tree | 18ca2f94a4b9de68375f47669223c10c9322494e /src/ChangeLog | |
| parent | 79c49ad25398ba5ef48148758fea6c582147e20e (diff) | |
| download | emacs-266c95470005fc0fdb22b984de4bb8ec73aec727.tar.gz emacs-266c95470005fc0fdb22b984de4bb8ec73aec727.zip | |
* term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69ab6d0ef3a..8c92869db1f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. | ||
| 4 | |||
| 3 | * xdisp.c, lisp.h (message_nolog): Remove; unused. | 5 | * xdisp.c, lisp.h (message_nolog): Remove; unused. |
| 4 | 6 | ||
| 5 | 2011-04-06 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-04-06 Eli Zaretskii <eliz@gnu.org> |