From d00e55129dec3394c995f9150e45108c28a85811 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 27 Aug 1997 07:12:29 +0000 Subject: [PATCH] Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. --- lisp/term/internal.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/term/internal.el b/lisp/term/internal.el index bf9ddcd736d..ffd0e5561a3 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -1,3 +1,4 @@ +;; -*- coding: emacs-mule -*- ;;; internal.el ---support for PC keyboards and screens, internal terminal ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. -- 2.39.5