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

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

[nongnu] elpa/webpaste ba59c4e 039/298: Added comment for checkdock pret


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste ba59c4e 039/298: Added comment for checkdock prettyness
Date: Thu, 9 Dec 2021 18:59:40 -0500 (EST)

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

    Added comment for checkdock prettyness
---
 webpaste.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webpaste.el b/webpaste.el
index 0983c36..5fc702d 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -186,6 +186,7 @@ When we run out of providers to try, it will restart since
 
 ;; Define wrapper for save-excursion / save-mark-and-excursion
 (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)
       `(save-excursion ,@body)
     `(save-mark-and-excursion ,@body)))



reply via email to

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