summaryrefslogtreecommitdiff
blob: d8dc2734d77a09a048c747c1b5169c644edaf3c9 (plain)
1
2
3
4
5
(add-to-list 'load-path "@SITELISP@")
(autoload 'mode-compile "mode-compile"
  "Command to compile current buffer file based on the major mode" t)
(autoload 'mode-compile-kill "mode-compile"
  "Command to kill a compilation launched by `mode-compile'" t)