aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorKenichi Handa2010-09-22 11:56:28 +0900
committerKenichi Handa2010-09-22 11:56:28 +0900
commit1114abdb3d5a0f4f86d7a28f8c523c6f07790208 (patch)
tree49871b5c4ffce9d6c281ccbc79a79b231e5f41b4 /src/doc.c
parent86282aabd0094aac190834788200bd049a976fc9 (diff)
parentee705a5c54c4054bcd1608e5cd5be193e679d0db (diff)
downloademacs-1114abdb3d5a0f4f86d7a28f8c523c6f07790208.tar.gz
emacs-1114abdb3d5a0f4f86d7a28f8c523c6f07790208.zip
merge trunk
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index f8ab9d081b9..36f7c0e882a 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -678,7 +678,7 @@ the same file name is found in the `doc-directory'. */)
678 } 678 }
679 pos += end - buf; 679 pos += end - buf;
680 filled -= end - buf; 680 filled -= end - buf;
681 memcpy (buf, end, filled); 681 memmove (buf, end, filled);
682 } 682 }
683 emacs_close (fd); 683 emacs_close (fd);
684 return Qnil; 684 return Qnil;