Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mozart/files: 50mozart-gentoo.el
Date: Thu, 04 Oct 2007 06:31:55
Message-Id: E1IdK6a-0003BZ-Gr@stork.gentoo.org
1 keri 07/10/04 06:22:40
2
3 Added: 50mozart-gentoo.el
4 Log:
5 Add proper support for emacs. Closes #194604
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.1 dev-lang/mozart/files/50mozart-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/files/50mozart-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/files/50mozart-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 50mozart-gentoo.el
15 ===================================================================
16
17 ;;; mozart site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20 (autoload 'oz-mode "oz" "Major mode for editing Oz code." t)
21 (autoload 'oz-gump-mode "oz"
22 "Major mode for editing Oz code with embedded Gump specifications." t)
23 (autoload 'ozm-mode "mozart" "Major mode for displaying Oz machine code." t)
24 (add-to-list 'auto-mode-alist '("\\.oz$" . oz-mode))
25 (add-to-list 'auto-mode-alist '("\\.ozg$" . oz-gump-mode))
26 (add-to-list 'auto-mode-alist '("\\.ozm$" . ozm-mode))
27
28
29
30 --
31 gentoo-commits@g.o mailing list