branch: externals/auctex
commit 83890d66f14c6f902a5032e2c7e0cb3a6067a4a2
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    Update package options in style/amsmath.el
    
    * style/amsmath.el (LaTeX-amsmath-package-options): Update package
    options to v2.16a.
---
 style/amsmath.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/style/amsmath.el b/style/amsmath.el
index 6daec4e..76f922f 100644
--- a/style/amsmath.el
+++ b/style/amsmath.el
@@ -220,7 +220,10 @@ START and END."
                                        "sumlimits" "nosumlimits"
                                        "namelimits" "nonamelimits"
                                        "leqno" "reqno" "centertags"
-                                       "tbtags" "cmex10" "fleqn" "?")
+                                       "tbtags" "cmex10" "fleqn" "?"
+                                       "alignedleftspaceyes"
+                                       "alignedleftspaceno"
+                                       "alignedleftspaceyesifneg")
     "Package options for the amsmath package.")
 
 ;;; amsmath.el ends here.

Reply via email to