From 66a8fe84c0cb521342d6fe17f67a3ea7cb32bec2 Mon Sep 17 00:00:00 2001 From: lxsameer Date: Mon, 3 Jan 2011 20:04:40 +0330 Subject: [PATCH] spell bug fixed --- src/plugins/dpaste.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/dpaste.el b/src/plugins/dpaste.el index bcdc674..61572a8 100644 --- a/src/plugins/dpaste.el +++ b/src/plugins/dpaste.el @@ -132,7 +132,7 @@ binding for Kuso IDE dpaste plugin" (setq but (generate-new-buffer "*Paste*")) ;; This line of code gets from the el file that i mentioned above (setq type (or (cdr (assoc major-mode dpaste-support-types)) "")) - (shell-command-on-region star end(concat "curl -si" " -F 'content=<-'" + (shell-command-on-region start end (concat "curl -si" " -F 'content=<-'" " -F 'language=" type "'" " -F 'title=" title "'" " -F 'poster=" poster "'"