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. 67ecb0bc3be90a8be08ea


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 67ecb0bc3be90a8be08eaf001b63538cb57f3294
Date: Wed, 22 Jul 2020 16:50:28 -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  67ecb0bc3be90a8be08eaf001b63538cb57f3294 (commit)
      from  59b79425187d0d31c186d10fb13289c81cce9d58 (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 67ecb0bc3be90a8be08eaf001b63538cb57f3294
Author: Arash Esbati <arash@gnu.org>
Date:   Wed Jul 22 22:49:55 2020 +0200

    ; Silence the compiler
    
    * prv-emacs.el: Silence the compiler for unknown functions.

diff --git a/prv-emacs.el b/prv-emacs.el
index 0ccce7b..2d9a6ef 100644
--- a/prv-emacs.el
+++ b/prv-emacs.el
@@ -30,19 +30,41 @@
 (require 'tex)
 (require 'latex)
 
+;; Silence the compiler for functions:
+(declare-function preview-inherited-face-attribute "prv-emacs"
+                 (face attribute &optional inherit))
+(declare-function preview-filter-specs-1 "preview"
+                 (specs))
+(declare-function preview-format-kill "preview"
+                 (format-cons))
+(declare-function preview-delete "preview"
+                 (ovr &rest ignored))
+(declare-function preview-relaxed-string= "preview"
+                 (&rest args))
+(declare-function preview-disable "preview"
+                 (ovr))
+(declare-function preview-inactive-string "preview"
+                 (ov))
+(declare-function preview-filter-specs "preview"
+                 (spec-list))
+(declare-function preview-auto-reveal-p "preview"
+                 (mode distance))
+(declare-function desktop-buffer-preview-misc-data "preview"
+                 (&rest ignored))
+
 (defcustom preview-transparent-color '(highlight :background)
   "Color to appear transparent in previews.
 Set this to something unusual when using `preview-transparent-border',
 to the default background in most other cases."
   :type '(radio (const :tag "None" nil)
-                (const :tag "Autodetect" t)
-                (color :tag "By name" :value "white")
-                (list :tag "Take from face"
-                      :value (default :background)
-                      (face)
-                      (choice :tag "What to take"
-                       (const :tag "Background" :value :background)
-                       (const :tag "Foreground" :value :foreground))))
+               (const :tag "Autodetect" t)
+               (color :tag "By name" :value "white")
+               (list :tag "Take from face"
+                     :value (default :background)
+                     (face)
+                     (choice :tag "What to take"
+                             (const :tag "Background" :value :background)
+                             (const :tag "Foreground" :value :foreground))))
   :group 'preview-appearance)
 
 ;;; Note that the following default introduces a border only when

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

Summary of changes:
 prv-emacs.el | 38 ++++++++++++++++++++++++++++++--------
 1 file changed, 30 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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