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. d2c7bb3aa56930c457224


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. d2c7bb3aa56930c45722482fd64174b2504bb9a8
Date: Wed, 20 Jan 2016 22:01:55 +0000

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  d2c7bb3aa56930c45722482fd64174b2504bb9a8 (commit)
      from  4f618ecf4c40e9c74371f170e5c16902983340e5 (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 d2c7bb3aa56930c45722482fd64174b2504bb9a8
Author: Mosè Giordano <address@hidden>
Date:   Wed Jan 20 23:00:03 2016 +0100

    Fix bug in subfigure style file
    
    * style/subfigure.el ("subfigure"): Move `TeX-complete-list' inside
      append argument.  Fixes bug#22417.

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)

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

Summary of changes:
 style/subfigure.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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