comparison lisp/hm--html-menus/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 0132846995bd
children
comparison
equal deleted inserted replaced
182:f07455f06202 183:e121b013d1f0
1 ;;; DO NOT MODIFY THIS FILE 1 ;;; DO NOT MODIFY THIS FILE
2 (if (not (featurep 'hm--html-menus-autoloads)) 2 (if (featurep 'hm--html-menus-autoloads) (error "Already loaded"))
3 (progn
4 3
5 ;;;### (autoloads (hm--html-minor-mode hm--html-mode) "hm--html-mode" "hm--html-menus/hm--html-mode.el") 4 ;;;### (autoloads (hm--html-minor-mode hm--html-mode) "hm--html-mode" "hm--html-menus/hm--html-mode.el")
6 5
7 (autoload 'hm--html-mode "hm--html-mode" "\ 6 (autoload 'hm--html-mode "hm--html-mode" "\
8 Major mode for editing HTML hypertext documents. 7 Major mode for editing HTML hypertext documents.
72 now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil) 71 now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil)
73 72
74 ;;;*** 73 ;;;***
75 74
76 (provide 'hm--html-menus-autoloads) 75 (provide 'hm--html-menus-autoloads)
77 ))