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  0cc2578b4ad066dfab4b1dc2df0f94a8004ed45b (commit)
      from  1b88eda687913a3a355a010ed0483bfcfce28301 (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 0cc2578b4ad066dfab4b1dc2df0f94a8004ed45b
Author: Arash Esbati <[email protected]>
Date:   Sun May 19 22:34:25 2019 +0200

    ; Use the correct variable `LaTeX-fontspec-font-features'
    
    * style/fontspec.el (LaTeX-fontspec-update-font-features): Copy
    the correct variable `LaTeX-fontspec-font-features' and not the
    local one.

diff --git a/style/fontspec.el b/style/fontspec.el
index 03e5178..0688e98 100644
--- a/style/fontspec.el
+++ b/style/fontspec.el
@@ -215,7 +215,7 @@ to retrieve the list of fonts."
     (let* ((colorcmd (if (member "xcolor" (TeX-style-list))
                         #'LaTeX-xcolor-definecolor-list
                       #'LaTeX-color-definecolor-list))
-          (tmp (copy-alist LaTeX-fontspec-font-features-local)))
+          (tmp (copy-alist LaTeX-fontspec-font-features)))
       (setq tmp (assq-delete-all (car (assoc "Color" tmp)) tmp))
       (push (list "Color" (mapcar #'car (funcall colorcmd))) tmp)
       (setq LaTeX-fontspec-font-features-local

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

Summary of changes:
 style/fontspec.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