summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-09-15 20:07:25 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-09-21 23:48:29 +0200
commite420584490f83413b7de14f8f9547cce9357d0bd (patch)
treee4fca8e13e6c756711b8d3b54e052430b8c53f40 /dev-lang/mozart
parentmail-client/roundcube: remove unused file (diff)
downloadgentoo-e420584490f83413b7de14f8f9547cce9357d0bd.tar.gz
gentoo-e420584490f83413b7de14f8f9547cce9357d0bd.tar.bz2
gentoo-e420584490f83413b7de14f8f9547cce9357d0bd.zip
dev-lang/mozart: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/17552 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lang/mozart')
-rw-r--r--dev-lang/mozart/files/50mozart-gentoo.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/mozart/files/50mozart-gentoo.el b/dev-lang/mozart/files/50mozart-gentoo.el
deleted file mode 100644
index 64f65c54a682..000000000000
--- a/dev-lang/mozart/files/50mozart-gentoo.el
+++ /dev/null
@@ -1,11 +0,0 @@
-
-;;; mozart site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'oz-mode "oz" "Major mode for editing Oz code." t)
-(autoload 'oz-gump-mode "oz"
- "Major mode for editing Oz code with embedded Gump specifications." t)
-(autoload 'ozm-mode "mozart" "Major mode for displaying Oz machine code." t)
-(add-to-list 'auto-mode-alist '("\\.oz$" . oz-mode))
-(add-to-list 'auto-mode-alist '("\\.ozg$" . oz-gump-mode))
-(add-to-list 'auto-mode-alist '("\\.ozm$" . ozm-mode))