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 | 8e8653aba6e213f75bceb9fa8b6b1ff87ad33fce (patch) | |
| tree | 46b1c41f21c0479536eb523b48ebdfae943dca31 /hoersten-pastebin-region.el | |
| parent | d096c58deb1556efcd525c543299244b77c5247e (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 |
