Merge pull request #1947 from deftsp/fix-tuareg-mode

tuareg-mode.rcp: change to github
This commit is contained in:
Dimitri Fontaine 2014-10-16 13:19:34 +02:00
commit d74efb17a8

View File

@ -1,8 +1,8 @@
(:name tuareg-mode
:type svn
:url "svn://svn.forge.ocamlcore.org/svn/tuareg/trunk"
:description "A GOOD Emacs mode to edit Objective Caml code."
:type github
:description "an Emacs OCaml mode"
:load-path (".")
:pkgname "ocaml/tuareg"
:prepare
(progn
(autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code" t)