diff options
| author | Luke Hoersten <[email protected]> | 2009-08-08 11:26:04 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2009-08-08 11:26:04 -0500 |
| commit | e2d9354b3f0d4a89c1590d984aadbaee9f1a33d5 (patch) | |
| tree | 46b1c41f21c0479536eb523b48ebdfae943dca31 /hoersten-pastebin-region.el | |
| parent | e6d989fb8c4926ff12564c5e7565601c293320d4 (diff) | |
Added line numbers and line truncation to C++.
Diffstat (limited to 'hoersten-pastebin-region.el')
| -rw-r--r-- | hoersten-pastebin-region.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hoersten-pastebin-region.el b/hoersten-pastebin-region.el index 4ac278f..ab7be13 100644 --- a/hoersten-pastebin-region.el +++ b/hoersten-pastebin-region.el @@ -15,7 +15,7 @@ (defun pastebin-region (start end) "Send selected text to dpaste pastebin." (interactive "r") - (let* ((pastebin-url "http://build-ch-03/paste/") + (let* ((pastebin-url "http://inf/paste/") (url-request-method "POST") (url-request-extra-headers '(("Content-Type" . "application/x-www-form-urlencoded"))) (url-request-data |
