From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IkK83-0003Qu-Bx for garchives@archives.gentoo.org; Tue, 23 Oct 2007 13:49:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9NDn4ZJ015716; Tue, 23 Oct 2007 13:49:04 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9NDn3rL015681 for ; Tue, 23 Oct 2007 13:49:04 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 80B6F6558F for ; Tue, 23 Oct 2007 13:49:03 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IkJbr-0004TU-3f for gentoo-commits@lists.gentoo.org; Tue, 23 Oct 2007 13:15:51 +0000 From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/ocaml-mode/files: 50ocaml-mode-gentoo.el X-VCS-Repository: gentoo-x86 X-VCS-Files: 50ocaml-mode-gentoo.el X-VCS-Directories: app-emacs/ocaml-mode/files X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Ulrich Mueller Date: Tue, 23 Oct 2007 13:15:51 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 88f814b4-81da-47db-8fc2-a243a0739690 X-Archives-Hash: ca539745c909624bb0f7083b83660cfe ulm 07/10/23 13:15:51 Modified: 50ocaml-mode-gentoo.el Log: Make syntax highlighting work again. (Portage version: 2.1.3.15) Revision Changes Path 1.4 app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el?rev=1.4&view=markup 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 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el?r1=1.3&r2=1.4 Index: 50ocaml-mode-gentoo.el =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 50ocaml-mode-gentoo.el 12 May 2007 09:04:34 -0000 1.3 +++ 50ocaml-mode-gentoo.el 23 Oct 2007 13:15:50 -0000 1.4 @@ -5,4 +5,7 @@ (add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . caml-mode)) (autoload 'caml-mode "caml" "Major mode for editing Caml code." t) (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t) -;;(require 'caml-font) +(autoload 'inferior-caml-mode-font-hook "caml-font") + +(eval-after-load "caml" '(require 'caml-font)) +(add-hook 'inferior-caml-mode-hooks 'inferior-caml-mode-font-hook) -- gentoo-commits@gentoo.org mailing list