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/ocaml-mode/files: 50ocaml-mode-gentoo.el
Date: Tue, 23 Oct 2007 13:49:07
Message-Id: E1IkJbr-0004TU-3f@stork.gentoo.org
1 ulm 07/10/23 13:15:51
2
3 Modified: 50ocaml-mode-gentoo.el
4 Log:
5 Make syntax highlighting work again.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.4 app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el?r1=1.3&r2=1.4
14
15 Index: 50ocaml-mode-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- 50ocaml-mode-gentoo.el 12 May 2007 09:04:34 -0000 1.3
22 +++ 50ocaml-mode-gentoo.el 23 Oct 2007 13:15:50 -0000 1.4
23 @@ -5,4 +5,7 @@
24 (add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . caml-mode))
25 (autoload 'caml-mode "caml" "Major mode for editing Caml code." t)
26 (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t)
27 -;;(require 'caml-font)
28 +(autoload 'inferior-caml-mode-font-hook "caml-font")
29 +
30 +(eval-after-load "caml" '(require 'caml-font))
31 +(add-hook 'inferior-caml-mode-hooks 'inferior-caml-mode-font-hook)
32
33
34
35 --
36 gentoo-commits@g.o mailing list