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

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

[nongnu] elpa/webpaste d4357d7 042/298: Autoload excursion-wrapper as we


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste d4357d7 042/298: Autoload excursion-wrapper as well
Date: Thu, 9 Dec 2021 18:59:40 -0500 (EST)

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

    Autoload excursion-wrapper as well
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 61ba492..c05c6de 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -189,7 +189,7 @@ When we run out of providers to try, it will restart since
    (webpaste-paste-region)))            ; Paste region
 
 
-;; Define wrapper for save-excursion / save-mark-and-excursion
+;;;###autoload
 (defmacro webpaste-save-mark-and-excursion (&rest body)
   "Wraps usage of sending BODY to ‘save-mark-and-excursion’ / 
‘save-excursion’."
   (if (< emacs-major-version 25)



reply via email to

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