diff options
| author | Dmitry Antipov | 2014-02-10 09:41:42 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-02-10 09:41:42 +0400 |
| commit | c67955902ea6422b161245d240d702ddb3bcc722 (patch) | |
| tree | 89796105c8b6ba40a520bfc6934b46a1232acbbb /src/ChangeLog | |
| parent | 6abe458993df450de8361c6cab3cf89e8c89c962 (diff) | |
| download | emacs-c67955902ea6422b161245d240d702ddb3bcc722.tar.gz emacs-c67955902ea6422b161245d240d702ddb3bcc722.zip | |
* cmds.c (Fself_insert_command): Respect the width of EMACS_INT
and avoid warning.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 399138a1d80..a0b7c449b95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-02-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * cmds.c (Fself_insert_command): Respect the width of EMACS_INT | ||
| 4 | and avoid warning. | ||
| 5 | |||
| 1 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> | 6 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * cmds.c (Fself_insert_command): Output a clearer error message on | 8 | * cmds.c (Fself_insert_command): Output a clearer error message on |