aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.bat3
-rw-r--r--src/s/msdos.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/config.bat b/config.bat
index 4f7a167c6bb..4869d96046e 100644
--- a/config.bat
+++ b/config.bat
@@ -1,7 +1,8 @@
1@echo off 1@echo off
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MSDOS 3rem Configuration script for MSDOS
4rem Copyright (C) 1994 Free Software Foundation, Inc. 4rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001
5rem Free Software Foundation, Inc.
5 6
6rem This file is part of GNU Emacs. 7rem This file is part of GNU Emacs.
7 8
diff --git a/src/s/msdos.h b/src/s/msdos.h
index d75812e0614..e7c38048a30 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -1,6 +1,6 @@
1/* System description file for MS-DOS 1/* System description file for MS-DOS
2 2
3 Copyright (C) 1993, 1996 Free Software Foundation, Inc. 3 Copyright (C) 1993, 1996, 1997, 2001 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6