auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex d7dc696f47 25/76: * latex.el (LaTeX-env-contents


From: Tassilo Horn
Subject: [elpa] externals/auctex d7dc696f47 25/76: * latex.el (LaTeX-env-contents): Add the "nowarn" key.
Date: Fri, 13 Jan 2023 14:30:58 -0500 (EST)

branch: externals/auctex
commit d7dc696f47b210729885d6e033472db9e6433761
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * latex.el (LaTeX-env-contents): Add the "nowarn" key.
---
 latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/latex.el b/latex.el
index cea33b1adf..01436f53bd 100644
--- a/latex.el
+++ b/latex.el
@@ -1435,7 +1435,7 @@ Just like array and tabular."
 
 (defun LaTeX-env-contents (environment)
   "Insert ENVIRONMENT with optional argument and filename for contents."
-  (let* ((opt '("overwrite" "force" "nosearch"))
+  (let* ((opt '("overwrite" "force" "nosearch" "nowarn"))
          (arg (mapconcat #'identity
                          (TeX-completing-read-multiple
                           (TeX-argument-prompt t nil "Options")




reply via email to

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