CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Reiner Steib <rsteib>   07/01/05 11:10:35

Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.593
retrieving revision 5.594
diff -u -b -r5.593 -r5.594
--- tex.el      5 Jan 2007 00:43:30 -0000       5.593
+++ tex.el      5 Jan 2007 11:10:35 -0000       5.594
@@ -4677,7 +4677,20 @@
 specifying insertion behavior, overriding
 `TeX-quote-after-quote'."
   :group 'TeX-quote
-  :type '(repeat (group (string :tag "Language")
+  :type '(repeat (group (choice
+                        (const "czech")
+                        (const "danish")
+                        (const "dutch")
+                        (const "german")
+                        (const "ngerman")
+                        (const "frenchb")
+                        (const "francais")
+                        (const "italian")
+                        (const "plfonts")
+                        (const "plhb")
+                        (const "slovak")
+                        (const "swedish")
+                        (string :tag "Other Language"))
                        (choice :tag "Opening quotation mark" string function)
                        (choice :tag "Closing quotation mark" string function)
                        (boolean :tag "Insert plain quote first" :value t))))


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to