my-emacs-d/elpa/haml-mode-3.1.5/haml-mode-autoloads.el

34 lines
674 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; 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