emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 80c6754 197/352: Silencing byte-compiler warnin


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 80c6754 197/352: Silencing byte-compiler warning.
Date: Sun, 29 Aug 2021 11:22:44 -0400 (EDT)

branch: elpa/julia-mode
commit 80c67541294bb2338a93f5de7d7f8c8e3915c8e5
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Yichao Yu <yyc1992@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]