aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorBozhidar Batsov <[email protected]>2016-12-15 11:03:10 +0200
committerDan Gudmundsson <[email protected]>2017-02-08 12:49:05 +0100
commit6c3b20684b61e75a4cc5121279aea8155cd67268 (patch)
tree56734a7115b4983c43b8bda1b81522c40a0439bb /lib/tools
parentd1482bc41cf134b47dd8c647da29c3b1609ed2f1 (diff)
downloadotp-6c3b20684b61e75a4cc5121279aea8155cd67268.tar.gz
otp-6c3b20684b61e75a4cc5121279aea8155cd67268.tar.bz2
otp-6c3b20684b61e75a4cc5121279aea8155cd67268.zip
Set erlang-mode's encoding to utf-8
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/emacs/erlang.el4
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: