auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fdb1173a5afcf538279d


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fdb1173a5afcf538279d4dd9fb467dfcfa4e9ff
Date: Wed, 8 Dec 2021 03:32:19 -0500 (EST)

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 <arash@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]