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  16bcc8dc4f42d16ee8f5e871e4683b52f94132d4 (commit)
      from  464fd346b9834ed1481c3c2ffa81963714fc530f (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 16bcc8dc4f42d16ee8f5e871e4683b52f94132d4
Author: Ikumi Keita <[email protected]>
Date:   Sat Jul 24 20:32:32 2021 +0900

    ; * tex.el (TeX-source-correlate-mode): Quote function name by #'.

diff --git a/tex.el b/tex.el
index 65ece76..751c84a 100644
--- a/tex.el
+++ b/tex.el
@@ -1893,7 +1893,7 @@ SyncTeX are recognized."
        :session nil (format "/org/%s/%s/Window/0" (car de-app) (cadr de-app))
        (format "org.%s.%s.Window" (car de-app) (cadr de-app))
        "SyncSource"
-       'TeX-source-correlate-sync-source))))
+       #'TeX-source-correlate-sync-source))))
 
 (defalias 'TeX-source-specials-mode #'TeX-source-correlate-mode)
 (make-obsolete 'TeX-source-specials-mode 'TeX-source-correlate-mode "11.86")

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

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


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to