auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex aa17420 46/80: ; Silence the comp


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex aa17420 46/80: ; Silence the compiler
Date: Wed, 16 Oct 2019 11:07:15 -0400 (EDT)

branch: externals/auctex
commit aa17420828fe63e81f917af6562a97cbacdce253
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; 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 <address@hidden>
 ;; 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.")



reply via email to

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