auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 6e8aa67 41/67: ; Silence the comp


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 6e8aa67 41/67: ; Silence the compiler in styles for `font-latex-add-quotes'
Date: Fri, 8 Feb 2019 11:40:37 -0500 (EST)

branch: externals/auctex
commit 6e8aa672815e1360b3fb52d9dba3c5966afa7cfd
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; Silence the compiler in styles for `font-latex-add-quotes'
    
    * style/bulgarian.el:
    * style/danish.el:
    * style/german.el:
    * style/gloss-italian.el:
    * style/icelandic.el:
    * style/italian.el:
    * style/ngerman.el:
    * style/polski.el:
    * style/slovak.el: Silence the compiler in the style files for the
    function `font-latex-add-quotes'.
---
 style/bulgarian.el     | 7 ++++++-
 style/danish.el        | 5 +++++
 style/german.el        | 5 +++++
 style/gloss-italian.el | 7 ++++++-
 style/icelandic.el     | 7 ++++++-
 style/italian.el       | 7 ++++++-
 style/ngerman.el       | 5 +++++
 style/polski.el        | 7 ++++++-
 style/slovak.el        | 5 +++++
 9 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/style/bulgarian.el b/style/bulgarian.el
index 1f4103c..4280ab6 100644
--- a/style/bulgarian.el
+++ b/style/bulgarian.el
@@ -1,6 +1,6 @@
 ;;; bulgarian.el --- AUCTeX style for the `bulgarian' babel option.
 
-;; Copyright (C) 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-bulgarian-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `bulgarian.sty'.")
diff --git a/style/danish.el b/style/danish.el
index fa9ab6f..a70772a 100644
--- a/style/danish.el
+++ b/style/danish.el
@@ -2,6 +2,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (TeX-add-style-hook
  "danish"
  (lambda ()
diff --git a/style/german.el b/style/german.el
index 51a35fe..46dd3cc 100644
--- a/style/german.el
+++ b/style/german.el
@@ -8,6 +8,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-german-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `german.sty'.")
diff --git a/style/gloss-italian.el b/style/gloss-italian.el
index c786bb4..c2a95c9 100644
--- a/style/gloss-italian.el
+++ b/style/gloss-italian.el
@@ -1,6 +1,6 @@
 ;;; gloss-italian.el --- Italian support for polyglossia package.
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: address@hidden
 ;; Author: Mosè Giordano <address@hidden>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar TeX-language-it-hook nil
   "Hook run for Italian texts.")
 
diff --git a/style/icelandic.el b/style/icelandic.el
index 64507e1..b7efd3b 100644
--- a/style/icelandic.el
+++ b/style/icelandic.el
@@ -1,6 +1,6 @@
 ;;; icelandic.el --- AUCTeX style for the `icelandic' babel option.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-icelandic-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `icelandic.sty'.")
diff --git a/style/italian.el b/style/italian.el
index 6cb72fe..8a69c65 100644
--- a/style/italian.el
+++ b/style/italian.el
@@ -1,6 +1,6 @@
 ;;; italian.el --- Setup AUCTeX for editing Italian text.
 
-;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2018 Free Software Foundation, Inc.
 
 ;; Author: Davide G. M. Salvetti <address@hidden>
 ;; Maintainer: Davide G. M. Salvetti <address@hidden>
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar TeX-language-it-hook nil
   "Hook run for Italian texts.")
 
diff --git a/style/ngerman.el b/style/ngerman.el
index 9c49ee6..87ec089 100644
--- a/style/ngerman.el
+++ b/style/ngerman.el
@@ -8,6 +8,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-german-mode-syntax-table
   (copy-syntax-table LaTeX-mode-syntax-table)
   "Syntax table used in LaTeX mode when using `german.sty'.")
diff --git a/style/polski.el b/style/polski.el
index 5e51082..249d48c 100644
--- a/style/polski.el
+++ b/style/polski.el
@@ -1,6 +1,6 @@
 ;;; polski.el --- AUCTeX style for `polski.sty'.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <address@hidden>
 ;; Maintainer: address@hidden
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (defvar LaTeX-polski-package-options
   '("plmath" "nomathsymbols" "MeX" "T1" "QX" "OT1" "OT4" "prefixinginverb"
     "noprefixinginverb" "roku" "r." "noroku")
diff --git a/style/slovak.el b/style/slovak.el
index 3dc107e..dacf6c5 100644
--- a/style/slovak.el
+++ b/style/slovak.el
@@ -1,5 +1,10 @@
 ;;; slovak.el --- Setup AUCTeX for editing Slovak text.
 
+;; Silence the compiler:
+(declare-function font-latex-add-quotes
+                 "font-latex"
+                 (quotes))
+
 (TeX-add-style-hook
  "slovak"
  (lambda ()



reply via email to

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