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 | |
| parent | 28650cf112c74c57baea17f26e29e122032080e6 (diff) | |
| download | emacs-c6a6499f7d2e51d439a8b96f53f9ba1c85407aec.tar.gz emacs-c6a6499f7d2e51d439a8b96f53f9ba1c85407aec.zip | |
Switch to raw-text as coding system.
| -rw-r--r-- | lisp/term/internal.el | 3 | ||||
| -rw-r--r-- | src/msdos.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index ffd0e5561a3..8d7dae5aeb6 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | ;; -*- coding: emacs-mule -*- | 1 | ;;; internal.el --- support for PC internal terminal -*- coding: raw-text; -*- |
| 2 | ;;; internal.el ---support for PC keyboards and screens, internal terminal | ||
| 3 | 2 | ||
| 4 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 5 | 4 | ||
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. |