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

Diff of /auctex/tex.el

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

revision 5.499 by angeli, Thu Apr 7 13:54:08 2005 UTC revision 5.500 by angeli, Thu Apr 7 16:15:49 2005 UTC
# Line 2239  The algorithm is as follows: Line 2239  The algorithm is as follows:
2239    "Perform basic initialization."    "Perform basic initialization."
2240    (kill-all-local-variables)    (kill-all-local-variables)
2241    (setq TeX-mode-p t)    (setq TeX-mode-p t)
2242      (setq TeX-output-extension (if TeX-PDF-mode "pdf" "dvi"))
2243    (setq local-abbrev-table text-mode-abbrev-table)    (setq local-abbrev-table text-mode-abbrev-table)
2244    (setq indent-tabs-mode nil)    (setq indent-tabs-mode nil)
2245    
# Line 2869  Check for potential LaTeX environments." Line 2870  Check for potential LaTeX environments."
2870    :group 'TeX-file-extension    :group 'TeX-file-extension
2871    :type 'string)    :type 'string)
2872    
2873  (defvar TeX-output-extension (if TeX-PDF-mode "pdf" "dvi")  (defvar TeX-output-extension "dvi"
2874    "Extension of TeX output file.    "Extension of TeX output file.
2875  This is either a string or a list with  This is either a string or a list with
2876  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.499  
changed lines
  Added in v.5.500

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