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: Fri, 08 Apr 2005 02:30:24 -0400

Index: auctex/tex.el
diff -u auctex/tex.el:5.500 auctex/tex.el:5.501
--- auctex/tex.el:5.500 Thu Apr  7 16:15:49 2005
+++ auctex/tex.el       Fri Apr  8 06:30:23 2005
@@ -631,7 +631,7 @@
   (defconst AUCTeX-version
     (eval-when-compile
       (let ((name "$Name:  $")
-           (rev "$Revision: 5.500 $"))
+           (rev "$Revision: 5.501 $"))
        (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/07 16:15:49 $"))
+    (let ((date "$Date: 2005/04/08 06:30:23 $"))
       (string-match
        "\\`[$]Date: *\\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)"
        date)
@@ -2870,7 +2870,7 @@
   :group 'TeX-file-extension
   :type 'string)
 
-(defvar TeX-output-extension "dvi"
+(defvar TeX-output-extension nil
   "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]