diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7355a29348a..eaf07239901 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-04-23 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. | ||
| 4 | |||
| 1 | 2004-04-17 Paul Eggert <eggert@gnu.org> | 5 | 2004-04-17 Paul Eggert <eggert@gnu.org> |
| 2 | 6 | ||
| 3 | * rcs2log (Help): Clarify wording of the usage message. | 7 | * rcs2log (Help): Clarify wording of the usage message. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 20cf4727362..c4c2604d113 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Makefile for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (c) 2000-2001 Free Software Foundation, Inc. | 2 | # Copyright (c) 2000-2001 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |