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  1af53dfb278dce1702187e0b33eff00a05a80e5a (commit)
      from  573cbdf404a52a37e5ff77635b8481d39116c707 (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 1af53dfb278dce1702187e0b33eff00a05a80e5a
Author: Mosè Giordano <m...@gnu.org>
Date:   Thu May 7 12:31:59 2015 +0200

    [Fix #20513] Fix type of TeX-view-program-list.
    
    * tex.el: Update copyright years.
    (TeX-view-program-list): Fix type.  (Bug#20513)

diff --git a/ChangeLog b/ChangeLog
index 169a29d..85e7531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-07  Mosè Giordano  <m...@gnu.org>
+
+       * tex.el: Update copyright years.
+       (TeX-view-program-list): Fix type.  (Bug#20513)
+
 2015-05-05  Mosè Giordano  <m...@gnu.org>
 
        * style/italian.el: Evaluate `TeX-quote-after-quote'.
diff --git a/tex.el b/tex.el
index fb0c9e6..b9af9d9 100644
--- a/tex.el
+++ b/tex.el
@@ -1,6 +1,6 @@
 ;;; tex.el --- Support for TeX documents.
 
-;; Copyright (C) 1985-1987, 1991, 1993-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1991, 1993-2015 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Keywords: tex
@@ -1234,7 +1234,7 @@ restarting Emacs."
      (string :tag "Name")
      (choice
       (group :tag "Command" (string :tag "Command"))
-      (group :tag "Command parts"
+      (group :inline t :tag "Command parts"
             (repeat
              :tag "Command parts"
              (choice

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

Summary of changes:
 ChangeLog |    5 +++++
 tex.el    |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to