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: [email protected] ;; Author: Mosè Giordano <[email protected]> @@ -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"
_______________________________________________ auctex-diffs mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-diffs
