summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-07-04 18:32:54 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-07-04 18:32:54 +0200
commitd209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c (patch)
treeefdec6d30ff104ad8ef24d0a5a33c7273836111f /src
parent566df3fcac8010303c1d8b8558cb07f3a057b346 (diff)
downloademacs-d209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c.tar.gz
Fix ChangeLog typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index deac87ffca2..f8babe78cc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
- * buffer.c (init_buffer_once): Fix initialization of
+ * buffer.c (init_buffer_once): Fix initialization of
headers for buffer_defaults and buffer_local_symbols.
Reported by Juanma Barranquero <lekktu@gmail.com>.
@@ -105,8 +105,8 @@
* fileio.c (Fmake_symbolic_link): No longer static.
* eval.c (Ffetch_bytecode): No longer static.
* editfns.c (Fuser_full_name): No longer static.
- * doc.c: (Fdocumentation_property, Fsnarf_documentation): No
- longer static.
+ * doc.c (Fdocumentation_property, Fsnarf_documentation):
+ No longer static.
* buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
static.
* dired.c (Ffile_attributes): No longer static.
@@ -381,11 +381,11 @@
2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
- * alloc.c (allocate_string): Fix last change.
+ * alloc.c (allocate_string): Fix last change.
2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
- * alloc.c (allocate_string): Remove two redundant calls
+ * alloc.c (allocate_string): Remove two redundant calls
to memset, add explicit initialization where appropriate.
2012-06-27 Glenn Morris <rgm@gnu.org>