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


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. e2d62106c280b2d411e63cdb13afafce4e4e282d
Date: Fri, 16 Jan 2015 22:31:54 +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  e2d62106c280b2d411e63cdb13afafce4e4e282d (commit)
      from  f3cf79dcd7c8eddb2d5f6a93a3ad035ae2937a34 (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 e2d62106c280b2d411e63cdb13afafce4e4e282d
Author: Arash Esbati <address@hidden>
Date:   Fri Jan 16 23:31:06 2015 +0100

    Fix in minted style.
    
    * style/minted.el: Update copyright year.
    (LaTeX-minted-auto-cleanup): Fix the name of the new langcode
    environment.
    
    Signed-off-by: Mosè Giordano <address@hidden>

diff --git a/ChangeLog b/ChangeLog
index c2e24db..d3cabd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-16  Arash Esbati  <address@hidden>
+
+       * style/minted.el: Update copyright year.
+       (LaTeX-minted-auto-cleanup): Fix the name of the new langcode
+       environment.
+
 2014-12-30  Arash Esbati  <address@hidden>
 
        * style/multirow.el ("multirow"): Fix a typo in the name of a
diff --git a/style/minted.el b/style/minted.el
index 83d4764..9a8df3c 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -1,6 +1,6 @@
 ;;; minted.el --- AUCTeX style for `minted.sty'
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
 
 ;; Author: Tassilo Horn <address@hidden>
 ;; Maintainer: address@hidden
@@ -138,7 +138,7 @@
   (dolist (name-lang LaTeX-minted-auto-newminted)
     (let* ((env (if (> (length (car name-lang)) 0)
                    (car name-lang)
-                 (cadr name-lang)))
+                 (concat (cadr name-lang) "code")))
           (env* (concat env "*")))
       (add-to-list 'LaTeX-auto-environment (list env))
       (add-to-list 'LaTeX-auto-environment

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

Summary of changes:
 ChangeLog       |    6 ++++++
 style/minted.el |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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