auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/imakeidx.el,v


From: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to auctex/style/imakeidx.el,v
Date: Sun, 13 Jan 2013 19:24:26 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     13/01/13 19:24:11

Index: style/imakeidx.el
===================================================================
RCS file: /sources/auctex/auctex/style/imakeidx.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style/imakeidx.el   30 Dec 2012 17:05:47 -0000      1.1
+++ style/imakeidx.el   13 Jan 2013 19:24:11 -0000      1.2
@@ -1,6 +1,6 @@
 ;;; imakeidx.el --- AUCTeX style for `imakeidx.sty'.
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 ;; Maintainer: address@hidden
 ;; Author: Mosè Giordano <address@hidden>
@@ -53,12 +53,9 @@
 ;; available only if `fancyhdr' is not loaded.  The following code
 ;; works only if `imakeidx' is loaded before `fancyhdr'
 (unless (member "fancyhdr" TeX-active-styles)
-  ;; `firstpagestyle' key takes as value one of the available
-  ;; pagestyles.  `LaTeX-pagestyle-list' is a list of lists of
-  ;; strings, we need a list of strings
   (setq LaTeX-imakeidx-indexsetup-options
        (append LaTeX-imakeidx-indexsetup-options
-                `(("firstpagestyle" ,(mapcar #'car LaTeX-pagestyle-list)))
+                `(("firstpagestyle" ,(LaTeX-pagestyle-list)))
                '(("headers")))))
 
 (TeX-add-style-hook "imakeidx"



reply via email to

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