emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 00b2d73 12/62: Add missing argument to function


From: Tassilo Horn
Subject: [elpa] externals/auctex 00b2d73 12/62: Add missing argument to function body
Date: Sun, 20 Dec 2020 10:39:53 -0500 (EST)

branch: externals/auctex
commit 00b2d73641521b5d42b3e8a20ce32bf831700150
Author: Arash Esbati <arash@gnu.org>
Commit: Tassilo Horn <tsdh@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.



reply via email to

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