aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.104
-rw-r--r--src/terminal.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index b7187263257..577f1be615d 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -27916,8 +27916,8 @@ See ChangeLog.9 for earlier changes.
27916;; add-log-time-zone-rule: t 27916;; add-log-time-zone-rule: t
27917;; End: 27917;; End:
27918 27918
27919 Copyright (C) 2001, 2002, 2003, 2004, 2005, 27919 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
27920 2006, 2007 Free Software Foundation, Inc. 27920 2008 Free Software Foundation, Inc.
27921 27921
27922 This file is part of GNU Emacs. 27922 This file is part of GNU Emacs.
27923 27923
diff --git a/src/terminal.c b/src/terminal.c
index 46ffb3c2dc8..ba141706b06 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1,5 +1,5 @@
1/* Functions related to terminal devices. 1/* Functions related to terminal devices.
2 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5