emacs-diffs
[Top][All Lists]
Advanced

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

master 869bef892b: Adjust the environment name for the minted package


From: Arash Esbati
Subject: master 869bef892b: Adjust the environment name for the minted package
Date: Thu, 18 Aug 2022 16:57:06 -0400 (EDT)

branch: master
commit 869bef892b0211704ba438d37ba6914574835c7e
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Adjust the environment name for the minted package
    
    * lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Fix
    the name of the environment which can contain a \label macro.
---
 lisp/textmodes/reftex-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index f9f09825fa..ee94cc5d69 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -100,7 +100,7 @@
      (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))
 
     (minted    "The minted package"
-     (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))
+     (("listing" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))
 
     ;; The LaTeX core stuff
     (LaTeX       "LaTeX default environments"



reply via email to

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