diff options
author | Bozhidar Batsov <[email protected]> | 2016-12-15 11:19:49 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-02-08 12:49:06 +0100 |
commit | aca45eb2f8ebc3fc2c6ffeac5813d7949380dbd8 (patch) | |
tree | 0cfdae8af26aa1d1dd58146134a591bc7649b00e | |
parent | 89f5e0f1e6542ba577f4e666c18806959262952a (diff) | |
download | otp-aca45eb2f8ebc3fc2c6ffeac5813d7949380dbd8.tar.gz otp-aca45eb2f8ebc3fc2c6ffeac5813d7949380dbd8.tar.bz2 otp-aca45eb2f8ebc3fc2c6ffeac5813d7949380dbd8.zip |
Set some useful file-local variables in erlang-edoc.el
-rw-r--r-- | lib/tools/emacs/erlang-edoc.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang-edoc.el b/lib/tools/emacs/erlang-edoc.el index 241590b850..d0dcc81028 100644 --- a/lib/tools/emacs/erlang-edoc.el +++ b/lib/tools/emacs/erlang-edoc.el @@ -169,4 +169,10 @@ (jit-lock-refontify)) (provide 'erlang-edoc) + +;; Local variables: +;; coding: utf-8 +;; indent-tabs-mode: nil +;; End: + ;;; erlang-edoc.el ends here |