auctex-diffs
[Top][All Lists]
Advanced

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

master d7dc696f: * latex.el (LaTeX-env-contents): Add the "nowarn" key.


From: Arash Esbati
Subject: master d7dc696f: * latex.el (LaTeX-env-contents): Add the "nowarn" key.
Date: Thu, 24 Nov 2022 06:47:41 -0500 (EST)

branch: master
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 cea33b1a..01436f53 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]