auctex-diffs
[Top][All Lists]
Advanced

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

master b2b899a4 2/2: ; * style/pstricks.el (LaTeX-package-parameter-valu


From: Arash Esbati
Subject: master b2b899a4 2/2: ; * style/pstricks.el (LaTeX-package-parameter-value): Pacify compiler.
Date: Mon, 19 Dec 2022 15:27:57 -0500 (EST)

branch: master
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 6a6707f3..b5b93df6 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]