diff lisp/modes/auto-autoloads.el @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 5a88923fcbfe
children 929b76928fce
line wrap: on
line diff
--- a/lisp/modes/auto-autoloads.el	Mon Aug 13 09:44:44 2007 +0200
+++ b/lisp/modes/auto-autoloads.el	Mon Aug 13 09:45:46 2007 +0200
@@ -615,6 +615,25 @@
 
 ;;;***
 
+;;;### (autoloads (image-decode-xpm image-decode-png image-decode-gif image-decode-jpeg image-mode) "image-mode" "modes/image-mode.el")
+
+(autoload 'image-mode "image-mode" "\
+\\{image-mode-map}" t nil)
+
+(autoload 'image-decode-jpeg "image-mode" "\
+Decode JPEG image between START and END." nil nil)
+
+(autoload 'image-decode-gif "image-mode" "\
+Decode GIF image between START and END." nil nil)
+
+(autoload 'image-decode-png "image-mode" "\
+Decode PNG image between START and END." nil nil)
+
+(autoload 'image-decode-xpm "image-mode" "\
+Decode XPM image between START and END." nil nil)
+
+;;;***
+
 ;;;### (autoloads (imenu imenu-add-to-menubar) "imenu" "modes/imenu.el")
 
 (defvar imenu-generic-expression nil "\
@@ -661,7 +680,7 @@
 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
 
 (autoload 'ksh-mode "ksh-mode" "\
-ksh-mode $Revision: 1.2 $ - Major mode for editing (Bourne, Korn or Bourne again)
+ksh-mode $Revision: 1.3 $ - Major mode for editing (Bourne, Korn or Bourne again)
 shell scripts.
 Special key bindings and commands:
 \\{ksh-mode-map}
@@ -772,6 +791,15 @@
 
 ;;;***
 
+;;;### (autoloads (linuxdoc-sgml-mode) "linuxdoc-sgml" "modes/linuxdoc-sgml.el")
+
+(autoload 'linuxdoc-sgml-mode "linuxdoc-sgml" "\
+Major mode based on SGML mode for editing linuxdoc-sgml documents.
+See the documentation on sgml-mode for more info. This mode
+understands the linuxdoc-sgml tags." t nil)
+
+;;;***
+
 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el")
 
 (defcustom mail-abbrev-mailrc-file nil "Name of file with mail aliases.   If nil, ~/.mailrc is used." :type '(choice (const :tag "Default" nil) file) :group 'mail-abbrevs)
@@ -1584,6 +1612,10 @@
 
 ;;;***
 
+;;;### (autoloads nil "sgml-mode" "modes/sgml-mode.el")
+
+;;;***
+
 ;;;### (autoloads (sh-mode) "sh-script" "modes/sh-script.el")
 
 (put 'sh-mode 'mode-class 'special)
@@ -2005,7 +2037,7 @@
 
 (autoload 'vhdl-mode "vhdl-mode" "\
 Major mode for editing VHDL code.
-vhdl-mode $Revision: 1.2 $
+vhdl-mode $Revision: 1.3 $
 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