auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a17fee27b98dc37a1b384


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. a17fee27b98dc37a1b384d7018a2c151bb0612ef
Date: Wed, 22 Jul 2020 16:14:37 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  a17fee27b98dc37a1b384d7018a2c151bb0612ef (commit)
      from  55e8842bcec6037ef4d294638388d736a67d14cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a17fee27b98dc37a1b384d7018a2c151bb0612ef
Author: Arash Esbati <arash@gnu.org>
Date:   Wed Jul 22 22:14:00 2020 +0200

    ; Silence the compiler
    
    * tex.el: Silence the compiler for functions.

diff --git a/tex.el b/tex.el
index 9a1d1b6..b954eba 100644
--- a/tex.el
+++ b/tex.el
@@ -36,6 +36,35 @@
 (eval-when-compile
   (require 'cl-lib))
 
+;; Silence the compiler for functions:
+(declare-function dbus-ignore-errors "ext:dbus"
+                 (&rest body))
+(declare-function dbus-get-unique-name "ext:dbusbind.c"
+                 (bus))
+(declare-function dbus-ping "ext:dbus"
+                 (bus service &optional timeout))
+(declare-function dbus-introspect-get-method "ext:dbus"
+                 (bus service path interface method))
+(declare-function dbus-call-method "ext:dbus"
+                 (bus service path interface method &rest args))
+(declare-function dbus-register-signal "ext:dbus"
+                 (bus service path interface signal handler &rest args))
+(declare-function TeX-output-extension "tex-buf"
+                 nil)
+(declare-function TeX-command-expand "tex-buf"
+                 (command file &optional list))
+(declare-function TeX-active-master "tex-buf"
+                 (&optional extension nondirectory ignore))
+(declare-function TeX-pop-to-buffer "tex-buf"
+                 (buffer &optional other-window norecord))
+(declare-function LaTeX-environment-list "latex"
+                 nil)
+(declare-function tex--prettify-symbols-compose-p "ext:tex-mode"
+                 (start end match))
+;; spell-buffer was removed in 2008 in favor of ispell
+(declare-function spell-buffer "ext:text-mode"
+                 t)
+
 (defgroup TeX-file nil
   "Files used by AUCTeX."
   :group 'AUCTeX)

-----------------------------------------------------------------------

Summary of changes:
 tex.el | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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