AUCTeX Sync -- Updated Style Files.
[packages] / xemacs-packages / auctex / style / graphics.el
index ffe5bd1..a48e612 100644 (file)
@@ -5,7 +5,8 @@
 (TeX-add-style-hook "graphics"
  (function
   (lambda ()
-    (TeX-run-style-hooks "graphicx")))
+    (TeX-run-style-hooks "graphicx")
+    (setq LaTeX-graphics-package-options LaTeX-graphicx-package-options)))
  LaTeX-dialect)
 
 ;;; graphics.el ends here.