From: Eli Zaretskii Date: Wed, 27 Aug 1997 07:12:29 +0000 (+0000) Subject: Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. X-Git-Tag: emacs-20.1~382 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d00e55129dec3394c995f9150e45108c28a85811;p=emacs.git Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. --- 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.