auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. aa17420828fe63e81f917


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. aa17420828fe63e81f917af6562a97cbacdce253
Date: Sat, 15 Jun 2019 17:18:40 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  aa17420828fe63e81f917af6562a97cbacdce253 (commit)
      from  8530cd0c25d07c182ccef54bee5645cc309cce62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa17420828fe63e81f917af6562a97cbacdce253
Author: Arash Esbati <address@hidden>
Date:   Sat Jun 15 23:17:49 2019 +0200

    ; 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'.

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.")

-----------------------------------------------------------------------

Summary of changes:
 style/pst-plot.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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