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  331b24c0e0f884d7597783dee5b1edb984f05f95 (commit)
      from  737fa11048a054c61a7066f45be9abd62c12b626 (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 331b24c0e0f884d7597783dee5b1edb984f05f95
Author: Tassilo Horn <[email protected]>
Date:   Wed Mar 3 07:45:24 2021 +0100

    Use "wrap region or query for logo" also in \[hH]ologoVariant
    
    * style/hologo.el: Use "wrap region or query for logo" also in
    \[hH]ologoVariant.

diff --git a/style/hologo.el b/style/hologo.el
index b8590b3..f714d6c 100644
--- a/style/hologo.el
+++ b/style/hologo.el
@@ -200,8 +200,7 @@
 
     ;; Additional user macros
     '("hologoVariant"
-      (TeX-arg-eval completing-read
-                    "Logo name: " LaTeX-hologo-logo-names)
+      LaTeX-hologo--arg-use-region-or-query-logo-name
       (TeX-arg-eval
        (lambda ()
          (let ((setup (TeX-read-key-val
@@ -211,8 +210,7 @@
            (format "%s" setup)))))
 
     '("HologoVariant"
-      (TeX-arg-eval completing-read
-                    "Logo name: " LaTeX-hologo-logo-names)
+      LaTeX-hologo--arg-use-region-or-query-logo-name
       (TeX-arg-eval
        (lambda ()
          (let ((setup (TeX-read-key-val

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

Summary of changes:
 style/hologo.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

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

Reply via email to