auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex-info.el


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/tex-info.el
Date: Wed, 27 Apr 2005 12:16:44 -0400

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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]