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

    ; Silence the compiler
    
    * style/pst-plot.el (LaTeX-pst-labels-list): Move the
    `defvaralias' for `LaTeX-pst-labels-list' before setting
    `LaTeX-pst-ticks-list'.
---
 style/pst-plot.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/style/pst-plot.el b/style/pst-plot.el
index d4ddfe5..0942c6e 100644
--- a/style/pst-plot.el
+++ b/style/pst-plot.el
@@ -1,6 +1,6 @@
 ;;; pst-plot.el --- AUCTeX style for `pst-plot.sty'
 
-;; Copyright (C) 2007, 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2014, 2015, 2019 Free Software Foundation, Inc.
 
 ;; Author: Holger Sparr <holger.sp...@gmx.net>
 ;; Created: 21 Jun 2007
@@ -53,11 +53,11 @@
     "ticksize" "tickstyle")
   "A list of parameters' name in pst-plot.")
 
+(defvaralias 'LaTeX-pst-labels-list 'LaTeX-pst-ticks-list)
+
 (defvar LaTeX-pst-ticks-list '(t "none" "all" "x" "y")
   "A list of values for ticks in pst-plot.")
 
-(defvaralias 'LaTeX-pst-labels-list 'LaTeX-pst-ticks-list)
-
 (defvar LaTeX-pst-plotstyle-list
   '(t "dots" "line" "polygon" "curve" "ecurve" "ccurve")
   "A list of values for tickstyles in pst-plot.")

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to