commit:     e420584490f83413b7de14f8f9547cce9357d0bd
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 15 18:07:25 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:48:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4205844

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 <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lang/mozart/files/50mozart-gentoo.el | 11 -----------
 1 file changed, 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 64f65c54a68..00000000000
--- 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))

Reply via email to