emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste f3794ea 009/298: Send data to ix.io


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste f3794ea 009/298: Send data to ix.io
Date: Thu, 9 Dec 2021 18:59:34 -0500 (EST)

branch: elpa/webpaste
commit f3794eabb99291b09e6ba904486935217cc4f6b9
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Send data to ix.io
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 2729eeb..06868df 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -42,7 +42,7 @@
   (interactive)
 
   (let ((text (buffer-substring (mark) (point))))
-    (message text)))
+    (webpaste-providers-ix.io text)))
 
 
 ;; The function to paste a buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]