From a04189e37e1ce606d91a634df71dacb7801dbf4e Mon Sep 17 00:00:00 2001 From: lxsameer Date: Tue, 24 May 2011 19:18:37 +0430 Subject: [PATCH] provided plugins exported --- src/plugins/cproject.el | 3 ++- src/plugins/django-mode.el | 1 + src/plugins/dpaste.el | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plugins/cproject.el b/src/plugins/cproject.el index 0c0af8c..84c7dd2 100644 --- a/src/plugins/cproject.el +++ b/src/plugins/cproject.el @@ -201,4 +201,5 @@ This mode provide C language plugin for Kuso IDE." (log "C Plugin turned off") ) ) - ) \ No newline at end of file + ) +(provide 'kuso-cplugin-mode) \ No newline at end of file diff --git a/src/plugins/django-mode.el b/src/plugins/django-mode.el index 8f9e14a..ed19b47 100644 --- a/src/plugins/django-mode.el +++ b/src/plugins/django-mode.el @@ -214,3 +214,4 @@ GNUEmacs." ) ) ) +(provide 'django-mode) \ No newline at end of file diff --git a/src/plugins/dpaste.el b/src/plugins/dpaste.el index a0ed7a1..20bcdcc 100644 --- a/src/plugins/dpaste.el +++ b/src/plugins/dpaste.el @@ -211,3 +211,4 @@ the current buffer." ) ) ) +(provide 'kuso-dpaste-mode) \ No newline at end of file