plantuml-mode-autoloads.el (969B)
1 ;;; plantuml-mode-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from plantuml-mode.el 13 14 (add-to-list 'auto-mode-alist '("\\.\\(plantuml\\|pum\\|plu\\)\\'" . plantuml-mode)) 15 (autoload 'plantuml-mode "plantuml-mode" "\ 16 Major mode for plantuml. 17 18 Shortcuts Command Name 19 \\[plantuml-complete-symbol] `plantuml-complete-symbol' 20 21 (fn)" t) 22 (register-definition-prefixes "plantuml-mode" '("plantuml-")) 23 24 ;;; End of scraped data 25 26 (provide 'plantuml-mode-autoloads) 27 28 ;; Local Variables: 29 ;; version-control: never 30 ;; no-byte-compile: t 31 ;; no-update-autoloads: t 32 ;; no-native-compile: t 33 ;; coding: utf-8-emacs-unix 34 ;; End: 35 36 ;;; plantuml-mode-autoloads.el ends here