spell bug fixed

This commit is contained in:
lxsameer 2011-01-03 20:04:40 +03:30
parent 5ec7bec779
commit 66a8fe84c0
1 changed files with 1 additions and 1 deletions

View File

@ -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 "'"