Mercurial > emacs
changeset 19603:c64809380976
Add coding: tag, to prevent Emacs from interpreting binary strings.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 28 Aug 1997 09:30:01 +0000 |
parents | 549f21ee4bf0 |
children | a647176226bc |
files | src/msdos.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.c Thu Aug 28 04:51:02 1997 +0000 +++ b/src/msdos.c Thu Aug 28 09:30:01 1997 +0000 @@ -1,4 +1,4 @@ -/* MS-DOS specific C utilities. +/* MS-DOS specific C utilities. -*- coding: emacs-mule -*- Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of GNU Emacs.