Mercurial > hg > xemacs-beta
diff lisp/modes/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | bfd6434d15b3 |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/lisp/modes/auto-autoloads.el Mon Aug 13 09:53:23 2007 +0200 +++ b/lisp/modes/auto-autoloads.el Mon Aug 13 09:54:23 2007 +0200 @@ -1,6 +1,5 @@ ;;; DO NOT MODIFY THIS FILE -(if (not (featurep 'modes-autoloads)) - (progn +(if (featurep 'modes-autoloads) (error "Already loaded")) ;;;### (autoloads nil "abbrev" "modes/abbrev.el") @@ -570,7 +569,7 @@ ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") (autoload 'ksh-mode "ksh-mode" "\ -ksh-mode $Revision: 1.7 $ - Major mode for editing (Bourne, Korn or Bourne again) +ksh-mode $Revision: 1.8 $ - Major mode for editing (Bourne, Korn or Bourne again) shell scripts. Special key bindings and commands: \\{ksh-mode-map} @@ -1939,7 +1938,7 @@ (autoload 'vhdl-mode "vhdl-mode" "\ Major mode for editing VHDL code. -vhdl-mode $Revision: 1.7 $ +vhdl-mode $Revision: 1.8 $ To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a vhdl-mode buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the @@ -2092,4 +2091,3 @@ ;;;*** (provide 'modes-autoloads) -))