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

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

[nongnu] elpa/webpaste 8f074b4 013/298: Autoload the two pasting functio


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 8f074b4 013/298: Autoload the two pasting functions
Date: Thu, 9 Dec 2021 18:59:35 -0500 (EST)

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

    Autoload the two pasting functions
---
 webpaste.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webpaste.el b/webpaste.el
index 14c0cc1..d8c4744 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -42,7 +42,7 @@
   (message (concat "We got this URL back: " returned-url)))
 
 
-;; The function to paste a region
+;;;###autoload
 (defun webpaste-paste-region ()
   "Paste selected region to some paste service."
   (interactive)
@@ -51,7 +51,7 @@
     (webpaste-providers-ix.io text)))
 
 
-;; The function to paste a buffer
+;;;###autoload
 (defun webpaste-paste-buffer ()
   "Paste current buffer to some paste service."
   (interactive)



reply via email to

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