diff options
| author | Dmitry Antipov | 2012-06-27 15:19:54 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-06-27 15:19:54 +0400 |
| commit | 3fe6dd74d02291b80a35fcc45df2cef91a8dac9f (patch) | |
| tree | 33bb8199688125ef1635c0d4d493c63b813cbd92 /src/ChangeLog | |
| parent | 1ba6038a1d5ef4ab2525690c825c807576ed98a5 (diff) | |
| download | emacs-3fe6dd74d02291b80a35fcc45df2cef91a8dac9f.tar.gz emacs-3fe6dd74d02291b80a35fcc45df2cef91a8dac9f.zip | |
* alloc.c (allocate_string): Remove two redundant calls
to memset, add explicit initialization where appropriate.
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 2c8d7eb6efb..0c3568efb4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * alloc.c (allocate_string): Remove two redundant calls | ||
| 4 | to memset, add explicit initialization where appropriate. | ||
| 5 | |||
| 1 | 2012-06-27 Glenn Morris <rgm@gnu.org> | 6 | 2012-06-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * lisp.mk (lisp): Remove paths.elc. | 8 | * lisp.mk (lisp): Remove paths.elc. |