summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-08-18 07:19:56 +0000
committerUlrich Müller <ulm@gentoo.org>2011-08-18 07:19:56 +0000
commitaaf3fc3cb4cee6554b9d50b94a9e3606224f0109 (patch)
tree57fefc6874523395b49b0b48dbbff0ddb8366e50 /app-emacs/tuareg-mode/files
parentBump to 3.0.2, from gnome overlay for GNOME 3 (diff)
downloadgentoo-2-aaf3fc3cb4cee6554b9d50b94a9e3606224f0109.tar.gz
gentoo-2-aaf3fc3cb4cee6554b9d50b94a9e3606224f0109.tar.bz2
gentoo-2-aaf3fc3cb4cee6554b9d50b94a9e3606224f0109.zip
Version bump, bug 379637. Update ebuild to EAPI 4.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/tuareg-mode/files')
-rw-r--r--app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el b/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el
index 207be491a627..7eb391baed33 100644
--- a/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el
+++ b/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; tuareg-mode site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(setq auto-mode-alist (cons '("\\.ml\\w?" . tuareg-mode) auto-mode-alist))
(autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code" t)