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)
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs