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  9fdb1173a5afcf538279d4dd9fb467dfcfa4e9ff (commit)
      from  8e133062a06726e58f4d13d338ad339db00f1512 (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 9fdb1173a5afcf538279d4dd9fb467dfcfa4e9ff
Author: Arash Esbati <[email protected]>
Date:   Wed Dec 8 09:31:09 2021 +0100

    ; Fix previous commit
    
    * style/url.el ("url"): Use the correct function
    `LaTeX-url-DeclareUrlCommand-prepare'.

diff --git a/style/url.el b/style/url.el
index 8c186cf..af524bf 100644
--- a/style/url.el
+++ b/style/url.el
@@ -190,9 +190,9 @@ standard one."
 
    ;; For '\path', use the facilities provided by this style.  Also
    ;; don't add "path" for fontification below since
-   ;; `LaTeX-url-urldef-prepare' takes care of it.
+   ;; `LaTeX-url-DeclareUrlCommand-prepare' takes care of it.
    (LaTeX-add-url-DeclareUrlCommands "path")
-   (LaTeX-url-urldef-prepare)
+   (LaTeX-url-DeclareUrlCommand-prepare)
 
    ;; Don't do the same for '\url' because hyperref.el has some code
    ;; to remove "url" from `LaTeX-verbatim-macros-with-delims-local',

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

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


hooks/post-receive
-- 
GNU AUCTeX

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

Reply via email to