branch: externals/auctex commit 00b2d73641521b5d42b3e8a20ce32bf831700150 Author: Arash Esbati <ar...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Add missing argument to function body * style/thmtools.el (LaTeX-thmtools-declaretheoremstyle-key-val) (LaTeX-thmtools-declaretheorem-key-val): Add the missing `prompt' argument. --- style/thmtools.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/thmtools.el b/style/thmtools.el index 334fccc..8de9c33 100644 --- a/style/thmtools.el +++ b/style/thmtools.el @@ -161,7 +161,8 @@ minibuffer. PROMPT replaces the standard one." ("refname") ("Refname") ("shaded" ("textwidth" "bgcolor" "rulecolor" "rulewidth" "margin")) - ("thmbox" ("L" "M" "S")))))) + ("thmbox" ("L" "M" "S"))) + prompt))) (defun LaTeX-arg-thmtools-declaretheorem (optional &optional prompt) "Insert the key=val and environment name defined by \\declaretheorem. @@ -204,7 +205,8 @@ minibuffer. PROMPT replaces the standard one." ("show" ,thms) ("ignoreall" ("true" "false")) ("showall" ("true" "false")) - ("title"))))) + ("title")) + prompt))) (defun LaTeX-arg-thmtools-listoftheorems (optional &optional prompt) "Insert the key=val to \\listoftheorems macro.