branch: master
commit d7dc696f47b210729885d6e033472db9e6433761
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* 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")