emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 9fdb117 67/71: ; Fix previous commit


From: Tassilo Horn
Subject: [elpa] externals/auctex 9fdb117 67/71: ; Fix previous commit
Date: Fri, 17 Dec 2021 15:00:38 -0500 (EST)

branch: externals/auctex
commit 9fdb1173a5afcf538279d4dd9fb467dfcfa4e9ff
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; Fix previous commit
    
    * style/url.el ("url"): Use the correct function
    `LaTeX-url-DeclareUrlCommand-prepare'.
---
 style/url.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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',



reply via email to

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