CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 08/05/04 12:22:44
Index: tex-site.el.in =================================================================== RCS file: /cvsroot/auctex/auctex/tex-site.el.in,v retrieving revision 1.32 retrieving revision 1.33 diff -u -b -r1.32 -r1.33 --- tex-site.el.in 3 Feb 2008 14:53:32 -0000 1.32 +++ tex-site.el.in 4 May 2008 12:22:44 -0000 1.33 @@ -41,6 +41,17 @@ (if (< emacs-major-version 21) (error "AUCTeX requires Emacs 21 or later")) +;; Define here in order for `M-x customize-group <RET> AUCTeX <RET>' +;; to work if the main AUCTeX files are not loaded yet. +(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 + :load "tex" :load "latex" :load "tex-style") + (defvar TeX-lisp-directory @lisppackagelispdir@ "The directory where most of the AUCTeX lisp files are located. _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
