/[auctex]/auctex/tex.el
ViewVC logotype

Diff of /auctex/tex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.498 by angeli, Wed Apr 6 06:59:39 2005 UTC revision 5.499 by angeli, Thu Apr 7 13:54:08 2005 UTC
# Line 2869  Check for potential LaTeX environments." Line 2869  Check for potential LaTeX environments."
2869    :group 'TeX-file-extension    :group 'TeX-file-extension
2870    :type 'string)    :type 'string)
2871    
2872  (defvar TeX-output-extension "dvi"  (defvar TeX-output-extension (if TeX-PDF-mode "pdf" "dvi")
2873    "Extension of TeX output file.    "Extension of TeX output file.
2874  This is either a string or a list with  This is either a string or a list with
2875  a string as element.  Its value is obtained from `TeX-command-output-list'.  a string as element.  Its value is obtained from `TeX-command-output-list'.

Legend:
Removed from v.5.498  
changed lines
  Added in v.5.499

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26