projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7858ec9
)
Adjust the environment name for the minted package
author
Arash Esbati
<arash@gnu.org>
Thu, 18 Aug 2022 20:55:18 +0000
(22:55 +0200)
committer
Arash Esbati
<arash@gnu.org>
Thu, 18 Aug 2022 20:55:18 +0000
(22:55 +0200)
* 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
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-vars.el
b/lisp/textmodes/reftex-vars.el
index f9f09825fa002323077a5c4a6409b91703e526b3..ee94cc5d693d39deacf34c3525da249f7fdb81b5 100644
(file)
--- 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"