aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c5
-rw-r--r--src/w32heap.c4
2 files changed, 4 insertions, 5 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 3b5b520aac8..80650be25ae 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -1,7 +1,6 @@
1/* Buffer insertion/deletion and gap motion for GNU Emacs. 1/* Buffer insertion/deletion and gap motion for GNU Emacs.
2 2 Copyright (C) 1985-1986, 1993-1995, 1997-2015 Free Software
3Copyright (C) 1985-1986, 1993-1995, 1997-2015 Free Software Foundation, 3 Foundation, Inc.
4Inc.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/w32heap.c b/src/w32heap.c
index d5a9dae0aa4..ee0eb161502 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -1,5 +1,5 @@
1/* Heap management routines for GNU Emacs on the Microsoft Windows 1/* Heap management routines for GNU Emacs on the Microsoft Windows API.
2 API. Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc. 2 Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5