auctex-diffs
[Top][All Lists]
Advanced

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

master 4959b9d2 2/2: * style/url.el ("url"): Add missing \DeclareUrlComm


From: Arash Esbati
Subject: master 4959b9d2 2/2: * style/url.el ("url"): Add missing \DeclareUrlCommand macro.
Date: Wed, 15 Feb 2023 06:12:54 -0500 (EST)

branch: master
commit 4959b9d240fb4621df7bcf1bddd1bbc4d4199715
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * style/url.el ("url"): Add missing \DeclareUrlCommand macro.
---
 style/url.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/style/url.el b/style/url.el
index e1bac616..70baf102 100644
--- a/style/url.el
+++ b/style/url.el
@@ -1,6 +1,6 @@
 ;;; url.el --- AUCTeX style for `url.sty'  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2004-2022  Free Software Foundation, Inc.
+;; Copyright (C) 2004-2023  Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -177,7 +177,9 @@ standard one."
     '("urldef" TeX-arg-url-urldef)
 
     '("urlstyle" (TeX-arg-completing-read ("rm" "same" "sf" "tt")
-                                          "Style")))
+                                          "Style"))
+
+    '("DeclareUrlCommand" TeX-arg-url-DeclareUrlCommand))
 
    ;; For '\path', use the facilities provided by this style.  Also
    ;; don't add "path" for fontification below since



reply via email to

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