diff options
Diffstat (limited to 'app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el')
-rw-r--r-- | app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el b/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el index cfff2d4c1586..207be491a627 100644 --- a/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el +++ b/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo.el @@ -5,4 +5,3 @@ (setq auto-mode-alist (cons '("\\.ml\\w?" . tuareg-mode) auto-mode-alist)) (autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code" t) (autoload 'camldebug "camldebug" "Run the Caml debugger" t) - |