Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.3 KiB

  1. ;;; lua-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "init-tryout" "init-tryout.el" (0 0 0 0))
  7. ;;; Generated autoloads from init-tryout.el
  8. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "init-tryout" '("add-trace-for")))
  9. ;;;***
  10. ;;;### (autoloads nil "lua-mode" "lua-mode.el" (0 0 0 0))
  11. ;;; Generated autoloads from lua-mode.el
  12. (autoload 'lua-mode "lua-mode" "\
  13. Major mode for editing Lua code.
  14. \(fn)" t nil)
  15. (add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))
  16. (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
  17. (defalias 'run-lua #'lua-start-process)
  18. (autoload 'lua-start-process "lua-mode" "\
  19. Start a Lua process named NAME, running PROGRAM.
  20. PROGRAM defaults to NAME, which defaults to `lua-default-application'.
  21. When called interactively, switch to the process buffer.
  22. \(fn &optional NAME PROGRAM STARTFILE &rest SWITCHES)" t nil)
  23. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lua-mode" '("lua-")))
  24. ;;;***
  25. ;;;### (autoloads nil nil ("lua-mode-pkg.el") (0 0 0 0))
  26. ;;;***
  27. ;; Local Variables:
  28. ;; version-control: never
  29. ;; no-byte-compile: t
  30. ;; no-update-autoloads: t
  31. ;; coding: utf-8
  32. ;; End:
  33. ;;; lua-mode-autoloads.el ends here