34 lines
674 B
EmacsLisp
34 lines
674 B
EmacsLisp
;;; haml-mode-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
|
||
|
||
;;;### (autoloads (haml-mode) "haml-mode" "haml-mode.el" (21553 16292
|
||
;;;;;; 429141 493000))
|
||
;;; Generated autoloads from haml-mode.el
|
||
|
||
(autoload 'haml-mode "haml-mode" "\
|
||
Major mode for editing Haml files.
|
||
|
||
\\{haml-mode-map}
|
||
|
||
\(fn)" t nil)
|
||
|
||
(add-to-list 'auto-mode-alist '("\\.haml\\'" . haml-mode))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("haml-mode-pkg.el") (21553 16292 546790
|
||
;;;;;; 825000))
|
||
|
||
;;;***
|
||
|
||
(provide 'haml-mode-autoloads)
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; haml-mode-autoloads.el ends here
|