auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex b2b899a450 66/76: ; * style/pstricks.el (LaTeX-p


From: Tassilo Horn
Subject: [elpa] externals/auctex b2b899a450 66/76: ; * style/pstricks.el (LaTeX-package-parameter-value): Pacify compiler.
Date: Fri, 13 Jan 2023 14:31:07 -0500 (EST)

branch: externals/auctex
commit b2b899a450a918322eb5449ede8bf385b44ec741
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * style/pstricks.el (LaTeX-package-parameter-value): Pacify compiler.
---
 style/pstricks.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/style/pstricks.el b/style/pstricks.el
index 6a6707f38c..b5b93df663 100644
--- a/style/pstricks.el
+++ b/style/pstricks.el
@@ -136,6 +136,8 @@ available through package name PNAME and return 
\"param=value\"."
                    ((string-match bregexp param)
                     'LaTeX-pst-boolean-list)))
          val compl)
+    ;; See FIXME below: The next form is just to silence the compiler:
+    (setq compl nil)
     ;; ask for value
     (setq val (TeX-arg-compl-list
                (symbol-value parlist)




reply via email to

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