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

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

[elpa] externals/auctex 2fef12e 80/95: ; Clear out byte compile warning


From: Tassilo Horn
Subject: [elpa] externals/auctex 2fef12e 80/95: ; Clear out byte compile warning
Date: Sun, 16 Apr 2017 01:27:01 -0400 (EDT)

branch: externals/auctex
commit 2fef12e3dfa98ba1c2de33b6bcfc11f6814dce34
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    ; Clear out byte compile warning
    
    * tex-jp.el (japanese-latex-mode-initialization): Use `fboundp'
    instaed of `featurep' for testing.
---
 tex-jp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-jp.el b/tex-jp.el
index 4677dae..a9010f4 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -518,7 +518,7 @@ Set `japanese-TeX-mode' to t, and enter `TeX-latex-mode'."
 ;        (if (and (eq TeX-engine 'ptex) (executable-find "pbibtex"))
 ;            "pBibTeX" "jBibTeX"))
 
-    (when (and (featurep 'font-latex)
+    (when (and (fboundp 'font-latex-add-keywords)
               (eq TeX-install-font-lock 'font-latex-setup))
       ;; jLaTeX address@hidden,!"$=$l$O$b$&5$$K$7$J$/address@hidden&!#
       (font-latex-add-keywords '(("textgt" "{") ("mathgt" "{"))



reply via email to

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