/[auctex]/auctex/tex-info.el
ViewVC logotype

Diff of /auctex/tex-info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.145 by angeli, Mon Apr 4 06:41:43 2005 UTC revision 5.146 by dak, Wed Apr 27 16:16:38 2005 UTC
# Line 26  Line 26 
26  ;;; Code:  ;;; Code:
27    
28  (require 'tex)  (require 'tex)
29  (condition-case nil                     ;Lucid is not providing.  
30      (require 'texinfo)  (require 'texinfo)
   (error))  
31    
32  ;;; Environments:  ;;; Environments:
33    
# Line 309  for @node." Line 308  for @node."
308        
309  ;;; Mode:  ;;; Mode:
310    
311  ;;; Do not ;;;###autoload because of conflict with standard texinfo.el.  ;;;###autoload
312  (TeX-defun texinfo-mode ()  (defalias 'Texinfo-mode texinfo-mode)
313    ;;;###autoload
314    (TeX-doc)
315    ;;;###autoload
316    (defun TeX-texinfo-mode ()
317    "Major mode in %s for editing Texinfo files.    "Major mode in %s for editing Texinfo files.
318    
319  Special commands:  Special commands:

Legend:
Removed from v.5.145  
changed lines
  Added in v.5.146

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26