diff options
| author | Richard M. Stallman | 1997-09-11 17:51:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-11 17:51:36 +0000 |
| commit | c6a6499f7d2e51d439a8b96f53f9ba1c85407aec (patch) | |
| tree | 055ed647d23309a4e6b057a2021255d8d5d227d2 /src | |
| parent | 28650cf112c74c57baea17f26e29e122032080e6 (diff) | |
| download | emacs-c6a6499f7d2e51d439a8b96f53f9ba1c85407aec.tar.gz emacs-c6a6499f7d2e51d439a8b96f53f9ba1c85407aec.zip | |
Switch to raw-text as coding system.
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index ae9e7edfde8..72b485869b8 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* MS-DOS specific C utilities. -*- coding: emacs-mule -*- | 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |