auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, lexical-binding-attempt-1, updated. ba


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, lexical-binding-attempt-1, updated. bacdf14aa2a99732034bb7c869f3643222c8222d
Date: Mon, 14 Sep 2020 11:14:31 -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, lexical-binding-attempt-1 has been updated
       via  bacdf14aa2a99732034bb7c869f3643222c8222d (commit)
      from  813e5478bb8d8ded55179fd927346f99d13f5ff7 (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 bacdf14aa2a99732034bb7c869f3643222c8222d
Author: Arash Esbati <arash@gnu.org>
Date:   Mon Sep 14 17:13:30 2020 +0200

    ; Silence the compiler
    
    * tex.el: defvar `dbus-debug'.
    (TeX-source-specials-view-expand-options, TeX-arg-literal): Mark
    unused parameters.

diff --git a/tex.el b/tex.el
index dd74f07..4481bd1 100644
--- a/tex.el
+++ b/tex.el
@@ -106,6 +106,7 @@
 ;; Others:
 (defvar tex--prettify-symbols-alist)   ; tex-mode.el
 (defvar Info-file-list-for-emacs)      ; info.el
+(defvar dbus-debug)                     ; dbus.el
 
 (defgroup TeX-file nil
   "Files used by AUCTeX."
@@ -2022,7 +2023,7 @@ Return the full path to the executable if possible."
        (concat client-full " " options)
       (concat client-base " " options))))
 
-(defun TeX-source-specials-view-expand-options (&optional viewer)
+(defun TeX-source-specials-view-expand-options (&optional _viewer)
   "Return source specials command line option for viewer command.
 The return value depends on the values of
 `TeX-source-correlate-mode' and
@@ -3621,11 +3622,11 @@ Unless optional argument COMPLETE is non-nil, ``: '' 
will be appended."
        (TeX-parse-argument optional (car args))
       (TeX-parse-argument optional args))))
 
-(defun TeX-arg-literal (optional &rest args)
+(defun TeX-arg-literal (_optional &rest args)
   "Insert its arguments ARGS into the buffer.
 Used for specifying extra syntax for a macro.  The compatibility
 argument OPTIONAL is ignored."
-  (apply 'insert args))
+  (apply #'insert args))
 
 
 ;;; Font Locking

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

Summary of changes:
 tex.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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