emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa d2c7bb3 19/35: Fix bug in subfigure style file


From: Tassilo Horn
Subject: [elpa] elpa d2c7bb3 19/35: Fix bug in subfigure style file
Date: Sun, 31 Jan 2016 16:05:39 +0000

branch: elpa
commit d2c7bb3aa56930c45722482fd64174b2504bb9a8
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Fix bug in subfigure style file
    
    * style/subfigure.el ("subfigure"): Move `TeX-complete-list' inside
      append argument.  Fixes bug#22417.
---
 style/subfigure.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/style/subfigure.el b/style/subfigure.el
index e129e62..5d7525b 100644
--- a/style/subfigure.el
+++ b/style/subfigure.el
@@ -47,8 +47,8 @@
    ;; Install completion for labels:
    (setq TeX-complete-list
         (append
-         '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")))
-         TeX-complete-list)
+         '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}"))
+         TeX-complete-list))
 
    ;; Fontification
    (when (and (featurep 'font-latex)



reply via email to

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