CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 08/05/04 12:22:11
Index: tex.el =================================================================== RCS file: /cvsroot/auctex/auctex/tex.el,v retrieving revision 5.616 retrieving revision 5.617 diff -u -b -r5.616 -r5.617 --- tex.el 23 Feb 2008 15:18:18 -0000 5.616 +++ tex.el 4 May 2008 12:22:10 -0000 5.617 @@ -40,14 +40,6 @@ (eval-when-compile (require 'cl)) -(defgroup AUCTeX nil - "A (La)TeX environment." - :tag "AUCTeX" - :link '(custom-manual "(auctex)Top") - :link '(url-link :tag "Home Page" "http://www.gnu.org/software/auctex/") - :prefix "TeX-" - :group 'tex) - (defgroup TeX-file nil "Files used by AUCTeX." :group 'AUCTeX) _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
