27 lines
594 B
EmacsLisp
27 lines
594 B
EmacsLisp
;;; haml-mode-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||
|
||
;;;### (autoloads nil "haml-mode" "haml-mode.el" (22297 19823 772965
|
||
;;;;;; 110000))
|
||
;;; 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))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; haml-mode-autoloads.el ends here
|