branch: elpa/julia-mode
commit 2395931848d9d3616f30b804e0d6a4c00cf489cc
Author: Wilfred Hughes <m...@wilfred.me.uk>
Commit: Yichao Yu <yyc1...@gmail.com>

    Since julia-mode.el contains utf-8 chars, mark the file as utf-8.
---
 julia-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/julia-mode.el b/julia-mode.el
index 8d3bbf1..c81446e 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -1166,4 +1166,7 @@ Do not move back beyond MIN."
 
 (provide 'julia-mode)
 
+;; Local Variables:
+;; coding: utf-8
+;; End:
 ;;; julia-mode.el ends here

Reply via email to