branch: elpa/julia-mode commit 80c67541294bb2338a93f5de7d7f8c8e3915c8e5 Author: Wilfred Hughes <m...@wilfred.me.uk> Commit: Yichao Yu <yyc1...@gmail.com>
Silencing byte-compiler warning. This is warning is harmless (I'm not aware of any plans to remove `font-lock-syntactic-keywords`) but it has caused concern amongst users. See https://github.com/JuliaLang/julia/pull/9042 --- julia-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/julia-mode.el b/julia-mode.el index 4504c49..1fa44ca 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -2910,5 +2910,6 @@ before point. Returns nil if we're not within nested parens." ;; Local Variables: ;; coding: utf-8 +;; byte-compile-warnings: (not obsolete) ;; End: ;;; julia-mode.el ends here