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

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

[nongnu] elpa/webpaste bdc204d 055/298: Autoload return function to alwa


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste bdc204d 055/298: Autoload return function to always have it available
Date: Thu, 9 Dec 2021 18:59:43 -0500 (EST)

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

    Autoload return function to always have it available
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index ef2a7d1..90bc8d6 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -118,7 +118,7 @@ return it to the user."
                  :value-type (function :tag "lambda function to the 
provider")))
 
 
-;; Function we use to return the RETURNED-URL from the service
+;;;###autoload
 (defun webpaste-return-url (returned-url)
   "Return RETURNED-URL to user from the result of the paste service."
 



reply via email to

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