branch: elpa commit 5154e91b0a7b9090840ca91b5261ed46a10b124f Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Remove already resolved FIXME. --- style/minted.el | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/style/minted.el b/style/minted.el index 9a8df3c..758a52b 100644 --- a/style/minted.el +++ b/style/minted.el @@ -103,9 +103,6 @@ (LaTeX-minted-language-list)) optional)) -;; FIXME: All the \newmint-macros allow to specify the env/macro name as -;; optional 1st arg, e.g., with \newminted[fifi]{cpp}{opts} the resulting -;; environments are fifi and fifi* rather than cppcode and cppcode*. (defvar LaTeX-minted-auto-newminted nil) (defvar LaTeX-minted-newminted-regexp '("\\\\newminted\\(?:\\[\\([^]]+\\)\\]\\)?{\\([^}]+\\)}{[^}]*}"