Skip to content

Commit

Permalink
Silencing byte-compiler warning.
Browse files Browse the repository at this point in the history
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 JuliaLang#9042
  • Loading branch information
Wilfred committed Nov 25, 2014
1 parent 9b29340 commit 761bdc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/julia-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2904,5 +2904,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

0 comments on commit 761bdc1

Please sign in to comment.