emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el,v
Date: Tue, 04 Mar 2008 03:48:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/04 03:48:53

Index: tex-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/tex-mode.el,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -b -r1.209 -r1.210
--- tex-mode.el 3 Mar 2008 13:55:40 -0000       1.209
+++ tex-mode.el 4 Mar 2008 03:48:53 -0000       1.210
@@ -1975,7 +1975,9 @@
 
 (defcustom tex-cmd-bibtex-args "--min-crossref=100"
   "Extra args to pass to `bibtex' by default."
-  :type 'string)
+  :type 'string
+  :version "23.1"
+  :group 'tex-run)
 
 (defun tex-format-cmd (format fspec)
   "Like `format-spec' but adds user-specified args to the command.




reply via email to

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