forked from colonelpanic/dotfiles
[Emacs] Remove messages from download-to-buffer
This commit is contained in:
parent
914b3467a0
commit
0c9f2371a0
@ -721,10 +721,7 @@ A macro for composing functions together to build an interactive command to copy
|
|||||||
:parser 'buffer-string
|
:parser 'buffer-string
|
||||||
:success (cl-function
|
:success (cl-function
|
||||||
(lambda (&key data &allow-other-keys)
|
(lambda (&key data &allow-other-keys)
|
||||||
(message "called")
|
|
||||||
(let ((created-buffer (get-buffer-create uri)))
|
(let ((created-buffer (get-buffer-create uri)))
|
||||||
(message "here")
|
|
||||||
(message "buf: %s" created-buffer)
|
|
||||||
(with-current-buffer created-buffer
|
(with-current-buffer created-buffer
|
||||||
(insert data))
|
(insert data))
|
||||||
(switch-to-buffer created-buffer))))))
|
(switch-to-buffer created-buffer))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user