auctex-diffs
[Top][All Lists]
Advanced

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

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


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/preview/preview.el
Date: Wed, 27 Apr 2005 12:16:42 -0400

Index: auctex/preview/preview.el
diff -u auctex/preview/preview.el:1.253 auctex/preview/preview.el:1.254
--- auctex/preview/preview.el:1.253     Mon Apr 18 11:36:44 2005
+++ auctex/preview/preview.el   Wed Apr 27 16:16:38 2005
@@ -22,7 +22,7 @@
 
 ;;; Commentary:
 
-;; $Id: preview.el,v 1.253 2005/04/18 11:36:44 dak Exp $
+;; $Id: preview.el,v 1.254 2005/04/27 16:16:38 dak Exp $
 ;;
 ;; This style is for the "seamless" embedding of generated images
 ;; into LaTeX source code.  Please see the README and INSTALL files
@@ -2360,6 +2360,7 @@
   :type '(choice (const :tag "Installed" nil)
                 (string :tag "Directory followed by kpathsea delimiter")))
 
+;;;###autoload
 (defun preview-install-styles (dir &optional force-overwrite
                                   force-save)
   "Installs the TeX style files into a permanent location.
@@ -3404,7 +3405,7 @@
 
 (defconst preview-version (eval-when-compile
   (let ((name "$Name:  $")
-       (rev "$Revision: 1.253 $"))
+       (rev "$Revision: 1.254 $"))
     (or (if (string-match "\\`[$]Name: *\\([^ ]+\\) *[$]\\'" name)
            (match-string 1 name))
        (if (string-match "\\`[$]Revision: *\\([^ ]+\\) *[$]\\'" rev)
@@ -3415,7 +3416,7 @@
 
 (defconst preview-release-date
   (eval-when-compile
-    (let ((date "$Date: 2005/04/18 11:36:44 $"))
+    (let ((date "$Date: 2005/04/27 16:16:38 $"))
       (string-match
        "\\`[$]Date: *\\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)"
        date)




reply via email to

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