diff options
author | Samer Masterson <samer@samertm.com> | 2015-12-25 19:04:55 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2015-12-25 19:04:55 +0100 |
commit | 7a7b5b492ff9929eecd90c4564db6fbf3b192323 (patch) | |
tree | 95926fdbc4252223931808fc62fe478ed5905b64 /lisp/url/url-handlers.el | |
parent | 6d124eef1c940b251277b3eed6dd55eb7565d97e (diff) | |
download | emacs-7a7b5b492ff9929eecd90c4564db6fbf3b192323.tar.gz emacs-7a7b5b492ff9929eecd90c4564db6fbf3b192323.tar.bz2 emacs-7a7b5b492ff9929eecd90c4564db6fbf3b192323.zip |
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)
Diffstat (limited to 'lisp/url/url-handlers.el')
-rw-r--r-- | lisp/url/url-handlers.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index bafe3e52725..d13df6945a7 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -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 |