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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Sun, 15 May 2011 20:16:56 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/05/15 20:16:55

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.679
retrieving revision 5.680
diff -u -b -r5.679 -r5.680
--- tex.el      9 May 2011 20:25:11 -0000       5.679
+++ tex.el      15 May 2011 20:16:55 -0000      5.680
@@ -453,8 +453,8 @@
     ("%dS" TeX-source-specials-view-expand-options)
     ("%cS" TeX-source-specials-view-expand-client)
     ("%(outpage)" (lambda ()
-                   (if TeX-source-correlate-output-page-function
-                       (funcall TeX-source-correlate-output-page-function)
+                   (or (when TeX-source-correlate-output-page-function
+                         (funcall TeX-source-correlate-output-page-function))
                      "1")))
     ;; `file' means to call `TeX-master-file' or `TeX-region-file'
     ("%s" file nil t)



reply via email to

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