branch: externals/auctex
commit d7dc696f47b210729885d6e033472db9e6433761
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@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