my-emacs-d/elpa/sass-mode-3.0.16/sass-mode-autoloads.el

34 lines
667 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.

;;; sass-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (sass-mode) "sass-mode" "sass-mode.el" (21528 2950
;;;;;; 162723 0))
;;; Generated autoloads from sass-mode.el
(autoload 'sass-mode "sass-mode" "\
Major mode for editing Sass files.
\\{sass-mode-map}
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.sass\\'" . sass-mode))
;;;***
;;;### (autoloads nil nil ("sass-mode-pkg.el") (21528 2950 239158
;;;;;; 431000))
;;;***
(provide 'sass-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; sass-mode-autoloads.el ends here