emacs/code/elpa/yaml-mode-20240317.1602/yaml-mode-autoloads.el

38 lines
1.1 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; yaml-mode-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
2024-03-20 13:57:39 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from yaml-mode.el
2024-03-20 13:57:39 +00:00
(let ((loads (get 'yaml 'custom-loads))) (if (member '"yaml-mode" loads) nil (put 'yaml 'custom-loads (cons '"yaml-mode" loads)) (put 'languages 'custom-loads (cons 'yaml (get 'languages 'custom-loads)))))
(autoload 'yaml-mode "yaml-mode" "\
Simple mode to edit YAML.
\\{yaml-mode-map}
2024-03-20 13:57:39 +00:00
(fn)" t)
(add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))
(add-to-list 'magic-mode-alist '("^%YAML\\s-+[0-9]+\\.[0-9]+\\(\\s-+#\\|\\s-*$\\)" . yaml-mode))
2022-04-22 04:48:52 +00:00
(register-definition-prefixes "yaml-mode" '("yaml-"))
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'yaml-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-03-20 13:57:39 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
2024-03-20 13:57:39 +00:00
;;; yaml-mode-autoloads.el ends here