diff options
author | Bozhidar Batsov <[email protected]> | 2016-12-15 11:03:10 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-02-08 12:49:05 +0100 |
commit | 6c3b20684b61e75a4cc5121279aea8155cd67268 (patch) | |
tree | 56734a7115b4983c43b8bda1b81522c40a0439bb /lib | |
parent | d1482bc41cf134b47dd8c647da29c3b1609ed2f1 (diff) | |
download | otp-6c3b20684b61e75a4cc5121279aea8155cd67268.tar.gz otp-6c3b20684b61e75a4cc5121279aea8155cd67268.tar.bz2 otp-6c3b20684b61e75a4cc5121279aea8155cd67268.zip |
Set erlang-mode's encoding to utf-8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tools/emacs/erlang.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index b5eece17c5..99aca2db9b 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -26,7 +26,7 @@ ;; %CopyrightEnd% ;; -;; Lars Thors�n's modifications of 2000-06-07 included. +;; Lars Thorsén's modifications of 2000-06-07 included. ;; The original version of this package was written by Robert Virding. ;; ;;; Commentary: @@ -5928,7 +5928,7 @@ it assumes that NEWDEF is loaded." (run-hooks 'erlang-load-hook) ;; Local variables: -;; coding: iso-8859-1 +;; coding: utf-8 ;; indent-tabs-mode: nil ;; End: |