Remove pointless newlines in func

This commit is contained in:
TEC 2021-03-09 16:17:37 +08:00
parent 76c53c11d9
commit e8191b4a99
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 0 additions and 4 deletions

View File

@ -70,14 +70,10 @@ Then the text of the region/buffer is uploaded, and the URL is copied to clipboa
(if upload-text
(screenshot-text-upload beg end)
(deactivate-mark)
(screenshot--set-screenshot-region beg end)
(setq screenshot--tmp-file
(make-temp-file "screenshot-" nil ".png"))
(screenshot-transient)))
(defun screenshot-text-upload (beg end)