CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/04/25 18:32:19

Index: setspace.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/setspace.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- setspace.el 25 Apr 2011 18:29:07 -0000      1.1
+++ setspace.el 25 Apr 2011 18:32:18 -0000      1.2
@@ -34,6 +34,7 @@
  (lambda ()
    (TeX-add-symbols
     '("setstretch" "Stretch")
+    '("setdisplayskipstretch" "Stretch")
     '("SetSinglespace" "Stretch")
     '("onehalfspacing" 0)
     '("doublespacing" 0)
@@ -54,7 +55,7 @@
                               'function))))
 
 (defvar LaTeX-setspace-package-options 
-  '("doublespacing" "onehalfspacing" "singlespacing")
+  '("doublespacing" "onehalfspacing" "singlespacing" "nodisplayskipstretch")
   "Package options for the setspace package.")
 
 ;;; setspace.el ends here
\ No newline at end of file

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to