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,v


From: Reiner Steib
Subject: [AUCTeX-diffs] Changes to auctex/preview/preview.el,v
Date: Sat, 10 May 2008 20:16:09 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Reiner Steib <rsteib>   08/05/10 20:16:08

Index: preview.el
===================================================================
RCS file: /sources/auctex/auctex/preview/preview.el,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -b -r1.282 -r1.283
--- preview.el  3 Feb 2008 14:53:31 -0000       1.282
+++ preview.el  10 May 2008 20:16:06 -0000      1.283
@@ -23,7 +23,7 @@
 
 ;;; Commentary:
 
-;; $Id: preview.el,v 1.282 2008/02/03 14:53:31 angeli Exp $
+;; $Id: preview.el,v 1.283 2008/05/10 20:16:06 rsteib Exp $
 ;;
 ;; This style is for the "seamless" embedding of generated images
 ;; into LaTeX source code.  Please see the README and INSTALL files
@@ -1839,7 +1839,7 @@
 
 (defcustom preview-auto-cache-preamble 'ask
   "*Whether to generate a preamble cache format automatically.
-Possible values are NIL, T, and 'ask."
+Possible values are nil, t, and `ask'."
   :group 'preview-latex
   :type '(choice (const :tag "Cache" t)
                 (const :tag "Don't cache" nil)
@@ -3512,7 +3512,7 @@
 
 (defconst preview-version (eval-when-compile
   (let ((name "$Name:  $")
-       (rev "$Revision: 1.282 $"))
+       (rev "$Revision: 1.283 $"))
     (or (when (string-match "\\`[$]Name: *release_\\([^ ]+\\) *[$]\\'" name)
          (setq name (match-string 1 name))
          (while (string-match "_" name)
@@ -3526,7 +3526,7 @@
 
 (defconst preview-release-date
   (eval-when-compile
-    (let ((date "$Date: 2008/02/03 14:53:31 $"))
+    (let ((date "$Date: 2008/05/10 20:16:06 $"))
       (string-match
        "\\`[$]Date: *\\([0-9]+\\)/\\([0-9]+\\)/\\([0-9]+\\)"
        date)




reply via email to

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