summaryrefslogtreecommitdiff
path: root/app-emacs/mode-compile/files/50mode-compile-gentoo.el
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/mode-compile/files/50mode-compile-gentoo.el')
-rw-r--r--app-emacs/mode-compile/files/50mode-compile-gentoo.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/app-emacs/mode-compile/files/50mode-compile-gentoo.el b/app-emacs/mode-compile/files/50mode-compile-gentoo.el
deleted file mode 100644
index d8dc2734d77a..000000000000
--- a/app-emacs/mode-compile/files/50mode-compile-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(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)