auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 4959b9d240 07/13: * style/url.el ("url"): Add mi


From: Tassilo Horn
Subject: [elpa] externals/auctex 4959b9d240 07/13: * style/url.el ("url"): Add missing \DeclareUrlCommand macro.
Date: Sun, 5 Mar 2023 03:25:39 -0500 (EST)

branch: externals/auctex
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 e1bac616c7..70baf10226 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]