CVSROOT: /sources/auctex Module name: auctex Changes by: Tassilo Horn <tsdh> 13/02/12 07:54:40
Index: tex-style.el =================================================================== RCS file: /sources/auctex/auctex/tex-style.el,v retrieving revision 5.12 retrieving revision 5.13 diff -u -b -r5.12 -r5.13 --- tex-style.el 14 Nov 2012 17:57:13 -0000 5.12 +++ tex-style.el 12 Feb 2013 07:54:40 -0000 5.13 @@ -1,6 +1,6 @@ ;;; tex-style.el --- Customizable variables for AUCTeX style files -;; Copyright (C) 2005 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2013 Free Software Foundation, Inc. ;; Author: Reiner Steib <[email protected]> ;; Keywords: tex, wp, convenience @@ -213,13 +213,6 @@ :tag "Other" (string))))) -;; style/biblatex.el - -(defcustom LaTeX-biblatex-use-Biber t - "Whether to use Biber with biblatex." - :type 'boolean - :group 'LaTeX-style) - ;; style/comment.el (defcustom LaTeX-comment-env-list '("comment") _______________________________________________ auctex-diffs mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-diffs
