This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  0d3393d0b9c97bb12dafd7b52c1dac2fae86765c (commit)
      from  0dee720196bb24fcaed46d92ed9383530d53b0e1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d3393d0b9c97bb12dafd7b52c1dac2fae86765c
Author: Ikumi Keita <ik...@ikumi.que.jp>
Date:   Sun Apr 5 19:33:00 2020 +0900

    * preview.el.in (preview-gs-open): Use wrapper function.

diff --git a/preview.el.in b/preview.el.in
index 89b767a..8094d85 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -787,7 +787,7 @@ stopped{handleerror quit}if \
                        ;; heuristic here.
                        (with-current-buffer TeX-command-buffer
                          (and TeX-PDF-mode
-                              (not TeX-PDF-from-DVI)))))))
+                              (not (TeX-PDF-from-DVI))))))))
     (preview-gs-queue-empty)
     (preview-parse-messages (or setup #'preview-gs-dvips-process-setup))))
 

-----------------------------------------------------------------------

Summary of changes:
 preview.el.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to