dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

lua-mode-autoloads.el (1166B)


      1 ;;; lua-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from lua-mode.el
     13 
     14 (autoload 'lua-mode "lua-mode" "\
     15 Major mode for editing Lua code.
     16 
     17 (fn)" t)
     18 (add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))
     19 (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
     20 (defalias 'run-lua #'lua-start-process)
     21 (autoload 'lua-start-process "lua-mode" "\
     22 Start a Lua process named NAME, running PROGRAM.
     23 PROGRAM defaults to NAME, which defaults to `lua-default-application'.
     24 When called interactively, switch to the process buffer.
     25 
     26 (fn &optional NAME PROGRAM STARTFILE &rest SWITCHES)" t)
     27 (register-definition-prefixes "lua-mode" '("lua-"))
     28 
     29 ;;; End of scraped data
     30 
     31 (provide 'lua-mode-autoloads)
     32 
     33 ;; Local Variables:
     34 ;; version-control: never
     35 ;; no-byte-compile: t
     36 ;; no-update-autoloads: t
     37 ;; no-native-compile: t
     38 ;; coding: utf-8-emacs-unix
     39 ;; End:
     40 
     41 ;;; lua-mode-autoloads.el ends here