branch: master
commit 4959b9d240fb4621df7bcf1bddd1bbc4d4199715
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    * 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 <[email protected]>
 ;; Maintainer: [email protected]
@@ -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