Index: auctex/tex-info.el diff -u auctex/tex-info.el:5.145 auctex/tex-info.el:5.146 --- auctex/tex-info.el:5.145 Mon Apr 4 06:41:43 2005 +++ auctex/tex-info.el Wed Apr 27 16:16:38 2005 @@ -26,9 +26,8 @@ ;;; Code: (require 'tex) -(condition-case nil ;Lucid is not providing. - (require 'texinfo) - (error)) + +(require 'texinfo) ;;; Environments: @@ -309,8 +308,12 @@ ;;; Mode: -;;; Do not ;;;###autoload because of conflict with standard texinfo.el. -(TeX-defun texinfo-mode () +;;;###autoload +(defalias 'Texinfo-mode texinfo-mode) +;;;###autoload +(TeX-doc) +;;;###autoload +(defun TeX-texinfo-mode () "Major mode in %s for editing Texinfo files. Special commands:
_______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
