branch: master
commit b2b899a450a918322eb5449ede8bf385b44ec741
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * 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)