mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
Autoload url-insert-buffer-contents
* lisp/url/url-handlers.el: Add autoload cookie so that `package-list-packages' doesn't bug out (bug#21927) (tiny change)
This commit is contained in:
parent
6d124eef1c
commit
7a7b5b492f
@ -309,6 +309,7 @@ They count bytes from the beginning of the body."
|
||||
|
||||
(defvar url-http-codes)
|
||||
|
||||
;;;###autoload
|
||||
(defun url-insert-buffer-contents (buffer url &optional visit beg end replace)
|
||||
"Insert the contents of BUFFER into current buffer.
|
||||
This is like `url-insert', but also decodes the current buffer as
|
||||
|
Loading…
Reference in New Issue
Block a user