[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex aa17420 46/80: ; Silence the compiler
From: |
Tassilo Horn |
Subject: |
[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.")
- [elpa] externals/auctex 90fcbd4 41/80: Make navigation function robust, (continued)
- [elpa] externals/auctex 90fcbd4 41/80: Make navigation function robust, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c07e4bf 49/80: Update style/AnonymousPro.el to package version 2.2, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a9b5eb1 67/80: ; * style/changelog.el (font-latex-add-keywords): Silence the compiler., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dc5e90e 66/80: Add new style/multitoc.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c5e47f8 80/80: ; Recompile using GNUMakefile after merge from origin/master, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex ff688b9 33/80: Stop depreciated usage of undeclared dynamic variable, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3e179f8 53/80: Update style/fvextra.el to package version 1.4, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3542a23 70/80: Update style/subcaption.el to package version 1.3, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 7cb6c19 59/80: Fix lisp example for `TeX-electric-math', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a033c30 43/80: ; Use `LaTeX-extract-key-value-label', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex aa17420 46/80: ; Silence the compiler,
Tassilo Horn <=
- [elpa] externals/auctex 01dc048 78/80: Change default for new Ghostscript, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 799c844 63/80: Add new style/changelog.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dc2c2d6 65/80: Make "PDF Tools" viewer available under Windows and macOS, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dbc1fa0 71/80: Support new kernel macros \Ref and \labelformat, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 7cd329f 74/80: Add fontification support for ragged2e macros, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 85dd4fe 73/80: Delete \Ref and \labelformat from varioref.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex d93db40 72/80: * latex.el (LaTeX-common-initialization): Add \Ref to `TeX-complete-list'., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex cc52bce 77/80: Fix for revised file access controls of gs (bug#37719), Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 65607e5 76/80: * preview.el.in (preview-undump-replacements): Fix last commit., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c6d6c19 79/80: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2019/10/16