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

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

[nongnu] elpa/webpaste 6d2e063 048/298: Spacing between blocks


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 6d2e063 048/298: Spacing between blocks
Date: Thu, 9 Dec 2021 18:59:42 -0500 (EST)

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

    Spacing between blocks
---
 webpaste.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/webpaste.el b/webpaste.el
index 100ef43..f77cace 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -184,6 +184,7 @@ When we run out of providers to try, it will restart since
   (let ((text (buffer-substring (mark) (point))))
     (webpaste-paste-text text)))
 
+
 ;;;###autoload
 (defmacro webpaste-save-mark-and-excursion (&rest body)
   "Wraps usage of sending BODY to ‘save-mark-and-excursion’ / 
‘save-excursion’."
@@ -191,6 +192,7 @@ When we run out of providers to try, it will restart since
       `(save-excursion ,@body)
     `(save-mark-and-excursion ,@body)))
 
+
 ;;;###autoload
 (defun webpaste-paste-buffer ()
   "Paste current buffer to some paste service."
@@ -201,6 +203,7 @@ When we run out of providers to try, it will restart since
    (goto-char (point-max))              ; Go to point-max
    (webpaste-paste-region)))            ; Paste region
 
+
 (provide 'webpaste)
 
 ;;; webpaste.el ends here



reply via email to

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