Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/matlab/files: 51matlab-gentoo.el digest-matlab-3.1.0_pre20070306
Date: Tue, 18 Dec 2007 13:16:10
Message-Id: E1J4cIi-0005xD-Cl@stork.gentoo.org
1 ulm 07/12/18 13:16:00
2
3 Added: 51matlab-gentoo.el digest-matlab-3.1.0_pre20070306
4 Log:
5 Add current CVS snapshot.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.1 app-emacs/matlab/files/51matlab-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/files/51matlab-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/files/51matlab-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 51matlab-gentoo.el
15 ===================================================================
16
17 ;;; matlab site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20
21 (autoload 'matlab-mode "matlab" "Enter Matlab mode." t)
22 (add-to-list 'auto-mode-alist '("\\.m\\'" . matlab-mode))
23 (autoload 'matlab-shell "matlab" "Interactive Matlab mode." t)
24
25 (autoload 'mlint-minor-mode "mlint" nil t)
26 (add-hook 'matlab-mode-hook (lambda () (mlint-minor-mode 1)))
27
28 (autoload 'tlc-mode "tlc" "tlc Editing Mode" t)
29 (add-to-list 'auto-mode-alist '("\\.tlc$" . tlc-mode))
30 (setq tlc-indent-function t)
31
32
33
34 1.1 app-emacs/matlab/files/digest-matlab-3.1.0_pre20070306
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/files/digest-matlab-3.1.0_pre20070306?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/files/digest-matlab-3.1.0_pre20070306?rev=1.1&content-type=text/plain
38
39 Index: digest-matlab-3.1.0_pre20070306
40 ===================================================================
41 MD5 a4b63cb4cb95f3f9680b8f288480e428 matlab-3.1.0_pre20070306.tar.bz2 69566
42 RMD160 74f3ea7931803a077667140892e2add08de858bc matlab-3.1.0_pre20070306.tar.bz2 69566
43 SHA256 5956b47b8b17d342e64d9660be6c262f3935f15157274837dca6e85be17a080b matlab-3.1.0_pre20070306.tar.bz2 69566
44
45
46
47 --
48 gentoo-commits@g.o mailing list