auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/tex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Thu, 07 Apr 2005 09:54:08 -0400

Index: auctex/tex.el
diff -u auctex/tex.el:5.498 auctex/tex.el:5.499
--- auctex/tex.el:5.498 Wed Apr  6 06:59:39 2005
+++ auctex/tex.el       Thu Apr  7 13:54:08 2005
@@ -631,7 +631,7 @@
   (defconst AUCTeX-version
     (eval-when-compile
       (let ((name "$Name:  $")
-           (rev "$Revision: 5.498 $"))
+           (rev "$Revision: 5.499 $"))
        (or (when (string-match "\\`[$]Name: *\\(release_\\)?\\([^ ]+\\) 
*[$]\\'"
                                name)
              (setq name (match-string 2 name))
@@ -646,7 +646,7 @@
 
 (defconst AUCTeX-date
   (eval-when-compile
-    (let ((date "$Date: 2005/04/06 06:59:39 $"))
+    (let ((date "$Date: 2005/04/07 13:54:08 $"))
       (string-match
        "\\`[$]Date: *\\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)"
        date)
@@ -2869,7 +2869,7 @@
   :group 'TeX-file-extension
   :type 'string)
 
-(defvar TeX-output-extension "dvi"
+(defvar TeX-output-extension (if TeX-PDF-mode "pdf" "dvi")
   "Extension of TeX output file.
 This is either a string or a list with
 a string as element.  Its value is obtained from `TeX-command-output-list'.



reply via email to

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